Fixed bug 1392 - Debian patch: do not propagate -lpthread

This commit is contained in:
Sam Lantinga
2015-05-26 06:32:19 -07:00
parent 2c4a6ea0a2
commit 13487426dd
2 changed files with 0 additions and 2 deletions

1
configure vendored
View File

@@ -21901,7 +21901,6 @@ $as_echo "#define SDL_THREAD_PTHREAD 1" >>confdefs.h
EXTRA_CFLAGS="$EXTRA_CFLAGS $pthread_cflags"
EXTRA_LDFLAGS="$EXTRA_LDFLAGS $pthread_lib"
SDL_CFLAGS="$SDL_CFLAGS $pthread_cflags"
SDL_LIBS="$SDL_LIBS $pthread_lib"
# Save the original compiler flags and libraries
ac_save_cflags="$CFLAGS"; ac_save_libs="$LIBS"