Mercurial > sdl-ios-xcode
changeset 425:edbbe5775244
Fixed (?) semaphore support on HPUX 11.x ...
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 22 Jul 2002 09:49:52 +0000 |
parents | b82518082828 |
children | 33712e5d1ec8 |
files | configure.in |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Wed Jul 10 17:10:46 2002 +0000 +++ b/configure.in Mon Jul 22 09:49:52 2002 +0000 @@ -1176,6 +1176,10 @@ pthread_cflags="-D_REENTRANT -mthreads" pthread_lib="-lpthread" ;; + *-*-hpux11*) + pthread_cflags="-D_REENTRANT" + pthread_lib="-L/usr/lib -lpthread" + ;; *-*-qnx*) pthread_cflags="" pthread_lib=""