OSDN Git Service

SDL static config fix (Roman Zippel)
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 29 Apr 2004 20:14:07 +0000 (20:14 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 29 Apr 2004 20:14:07 +0000 (20:14 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@776 c046a42c-6fe2-441c-8c8c-71466251a162

configure

index 2c8dddb..4facab5 100755 (executable)
--- a/configure
+++ b/configure
@@ -220,7 +220,7 @@ aa="no"
 `$sdl_config --static-libs | grep \\\-laa > /dev/null` && aa="yes"
 sdl_static_libs=`$sdl_config --static-libs`
 if [ "$aa" = "yes" ] ; then
-  sdl_static_libs="$sdl_static_libs `aalib-config --libs`"
+  sdl_static_libs="$sdl_static_libs `aalib-config --static-libs`"
 fi
 
 if $cc -o $TMPE `$sdl_config --cflags 2> /dev/null` $TMPC $sdl_static_libs 2> /dev/null; then