comparison configure.in @ 846:96ba4eab74fb

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Fri, 20 Feb 2004 18:18:20 +0000
parents d114cfaa0b0f
children d3165b90ee42
comparison
equal deleted inserted replaced
845:333db1d87876 846:96ba4eab74fb
1227 # Restore the compiler flags and libraries 1227 # Restore the compiler flags and libraries
1228 CFLAGS="$ac_save_cflags"; LIBS="$ac_save_libs" 1228 CFLAGS="$ac_save_cflags"; LIBS="$ac_save_libs"
1229 # Do futher testing if we have pthread support... 1229 # Do futher testing if we have pthread support...
1230 if test x$use_pthreads = xyes; then 1230 if test x$use_pthreads = xyes; then
1231 CFLAGS="$CFLAGS $pthread_cflags -DSDL_USE_PTHREADS" 1231 CFLAGS="$CFLAGS $pthread_cflags -DSDL_USE_PTHREADS"
1232 LIBS="$LIBS $pthread_lib"
1232 SDL_CFLAGS="$SDL_CFLAGS $pthread_cflags" 1233 SDL_CFLAGS="$SDL_CFLAGS $pthread_cflags"
1233 SDL_LIBS="$SDL_LIBS $pthread_lib" 1234 SDL_LIBS="$SDL_LIBS $pthread_lib"
1234 1235
1235 # Check to see if recursive mutexes are available 1236 # Check to see if recursive mutexes are available
1236 AC_MSG_CHECKING(for recursive mutexes) 1237 AC_MSG_CHECKING(for recursive mutexes)