]> xenbits.xensource.com Git - qemu-xen-4.6-testing.git/commitdiff
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 2c8dddbc493f856417dd4db6c23aa028994bdbd7..4facab5fdaa7a9de3ec558ae95e51f70484562d0 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