Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed (?) semaphore support on HPUX 11.x ...
  • Loading branch information
icculus committed Jul 22, 2002
1 parent 15a687b commit 731c830
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.in
Expand Up @@ -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=""
Expand Down

0 comments on commit 731c830

Please sign in to comment.