equal
deleted
inserted
replaced
21899 $as_echo "#define SDL_THREAD_PTHREAD 1" >>confdefs.h |
21899 $as_echo "#define SDL_THREAD_PTHREAD 1" >>confdefs.h |
21900 |
21900 |
21901 EXTRA_CFLAGS="$EXTRA_CFLAGS $pthread_cflags" |
21901 EXTRA_CFLAGS="$EXTRA_CFLAGS $pthread_cflags" |
21902 EXTRA_LDFLAGS="$EXTRA_LDFLAGS $pthread_lib" |
21902 EXTRA_LDFLAGS="$EXTRA_LDFLAGS $pthread_lib" |
21903 SDL_CFLAGS="$SDL_CFLAGS $pthread_cflags" |
21903 SDL_CFLAGS="$SDL_CFLAGS $pthread_cflags" |
21904 SDL_LIBS="$SDL_LIBS $pthread_lib" |
|
21905 |
21904 |
21906 # Save the original compiler flags and libraries |
21905 # Save the original compiler flags and libraries |
21907 ac_save_cflags="$CFLAGS"; ac_save_libs="$LIBS" |
21906 ac_save_cflags="$CFLAGS"; ac_save_libs="$LIBS" |
21908 # Add the pthread compiler flags and libraries |
21907 # Add the pthread compiler flags and libraries |
21909 CFLAGS="$CFLAGS $pthread_cflags"; LIBS="$LIBS $pthread_lib" |
21908 CFLAGS="$CFLAGS $pthread_cflags"; LIBS="$LIBS $pthread_lib" |