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

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40426
This commit is contained in:
Ryan C. Gordon 2002-07-22 09:49:52 +00:00
parent 981df5b527
commit 70d7936adc

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=""