summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-04-26 20:46:24 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-04-26 20:46:24 +0000
commite4afee9716d20cbc7d1875a66411f85c8c640286 (patch)
treec4ac94c5e7669cc7655e974f196adbc3158a8487
parentd0b3e73525f17fcffff7219c6bcc2b214cff7374 (diff)
downloadqemu-e4afee9716d20cbc7d1875a66411f85c8c640286.tar.gz
cosmetics
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1403 c046a42c-6fe2-441c-8c8c-71466251a162
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 3e26b80717..05e8a5999e 100755
--- a/configure
+++ b/configure
@@ -158,8 +158,6 @@ for opt do
;;
--extra-ldflags=*) LDFLAGS="${opt#--extra-ldflags=}"
;;
- --extra-libs=*) extralibs=${opt#--extra-libs=}
- ;;
--cpu=*) cpu=`echo $opt | cut -d '=' -f 2`
;;
--target-list=*) target_list=${opt#--target-list=}
@@ -420,7 +418,9 @@ if test "$darwin" = "yes" ; then
echo "Cocoa support $cocoa"
fi
echo "SDL support $sdl"
-echo "SDL static link $sdl_static"
+if test "$sdl" != "no" ; then
+ echo "SDL static link $sdl_static"
+fi
echo "mingw32 support $mingw32"
echo "Adlib support $adlib"
echo -n "FMOD support $fmod"