Fixed (?) semaphore support on HPUX 11.x ...

This commit is contained in:
Ryan C. Gordon
2002-07-22 09:49:52 +00:00
parent 205a2da115
commit 5f3752a08e

View File

@@ -1176,6 +1176,10 @@ CheckPTHREAD()
pthread_cflags="-D_REENTRANT -mthreads"
pthread_lib="-lpthread"
;;
*-*-hpux11*)
pthread_cflags="-D_REENTRANT"
pthread_lib="-L/usr/lib -lpthread"
;;
*-*-qnx*)
pthread_cflags=""
pthread_lib=""