ObjFW  Check-in [d33a1ae00b]

Overview
Comment:Don't check for pthread_create in -lpthread

HP-UX 11.11 doesn't have a pthread_create symbol in -lpthread, but the
later AC_LINK_IFELSE succeeds. Therefore, check for main in -lpthread,
to check if we have -lpthread at all, and if we do, always link it.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d33a1ae00b8cabba86c187dfb79c46f971d1b997305eadb8a00b0de54a4ee444
User & Date: js on 2021-01-15 18:45:03
Other Links: manifest | tags
Context
2021-01-15
19:06
OFDataTests: Don't assign structs inside R() check-in: 8ebb5ff462 user: js tags: trunk
18:45
Don't check for pthread_create in -lpthread check-in: d33a1ae00b user: js tags: trunk
2021-01-14
02:52
PLATFORMS.md: Add HP-UX check-in: 6b2578b0eb user: js tags: trunk
Changes