changeset 1547:dd05d6ee234e

I did not find in configure.in where SYSTEM_LIBS where set for other platforms, and why I did not have required extra libraries added in sdl-config, so I set it there
author Patrice Mandin <patmandin@gmail.com>
date Fri, 17 Mar 2006 19:54:39 +0000
parents 4b835e36633d
children a77c022733fe
files configure.in
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Mar 16 00:35:21 2006 +0000
+++ b/configure.in	Fri Mar 17 19:54:39 2006 +0000
@@ -2306,6 +2306,8 @@
             fi
             have_timers=yes
         fi
+        # Now set libraries needed in sdl-config
+        SYSTEM_LIBS="$EXTRA_LDFLAGS"
         ;;
     *-riscos)
         ARCH=riscos