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

This commit is contained in:
Patrice Mandin
2006-03-17 19:54:39 +00:00
parent 886a75d257
commit 29e12046e6

View File

@@ -2306,6 +2306,8 @@ case "$target" in
fi
have_timers=yes
fi
# Now set libraries needed in sdl-config
SYSTEM_LIBS="$EXTRA_LDFLAGS"
;;
*-riscos)
ARCH=riscos