diff configure.in @ 2293:824f6dee6648

Merged fix for bug #531 from SDL 1.2 revision 3511
author Sam Lantinga <slouken@libsdl.org>
date Tue, 01 Jan 2008 15:26:11 +0000
parents 4845eb8d4221
children 33052794de27
line wrap: on
line diff
--- a/configure.in	Sun Dec 30 05:01:35 2007 +0000
+++ b/configure.in	Tue Jan 01 15:26:11 2008 +0000
@@ -2619,7 +2619,7 @@
     SDL_STATIC_LIBS="\${libdir}/libSDL.a $EXTRA_LDFLAGS"
     ;;
   *)
-    SDL_STATIC_LIBS="$SDL_LIBS"
+    SDL_STATIC_LIBS="$SDL_LIBS $EXTRA_LDFLAGS"
     ;;
 esac