comparison configure.in @ 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 3d8ad40ef561
children 1338c24e30cb
comparison
equal deleted inserted replaced
424:b82518082828 425:edbbe5775244
1174 ;; 1174 ;;
1175 *-*-aix*) 1175 *-*-aix*)
1176 pthread_cflags="-D_REENTRANT -mthreads" 1176 pthread_cflags="-D_REENTRANT -mthreads"
1177 pthread_lib="-lpthread" 1177 pthread_lib="-lpthread"
1178 ;; 1178 ;;
1179 *-*-hpux11*)
1180 pthread_cflags="-D_REENTRANT"
1181 pthread_lib="-L/usr/lib -lpthread"
1182 ;;
1179 *-*-qnx*) 1183 *-*-qnx*)
1180 pthread_cflags="" 1184 pthread_cflags=""
1181 pthread_lib="" 1185 pthread_lib=""
1182 ;; 1186 ;;
1183 *) 1187 *)