From 13487426dd1a8d747d5708219968cb39c6039e10 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 26 May 2015 06:32:19 -0700 Subject: [PATCH] Fixed bug 1392 - Debian patch: do not propagate -lpthread --- configure | 1 - configure.in | 1 - 2 files changed, 2 deletions(-) diff --git a/configure b/configure index 314c439ac76f5..4a8b4a62391fe 100755 --- a/configure +++ b/configure @@ -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" diff --git a/configure.in b/configure.in index fd4200c2ebc59..3615eee3f9165 100644 --- a/configure.in +++ b/configure.in @@ -2413,7 +2413,6 @@ AC_HELP_STRING([--enable-pthread-sem], [use pthread semaphores [[default=yes]]]) 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"