summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-03-01 22:30:41 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-03-01 22:30:41 +0000
commit24b55b96507ef83d38eba1c310d63ecb8525911a (patch)
treecf472e57d3d96fc1681ca513755cfed55b7e7c1c /configure
parent232ba5ab2edf39c7feb5e12089e0c4fbd69ca7ed (diff)
downloadhqemu-24b55b96507ef83d38eba1c310d63ecb8525911a.zip
hqemu-24b55b96507ef83d38eba1c310d63ecb8525911a.tar.gz
disabled obsolete static SDL warning
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1318 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index e713003..e997827 100755
--- a/configure
+++ b/configure
@@ -431,11 +431,11 @@ fi
fi
if test $sdl_too_old = "yes"; then
-echo "-> Your SDL version is too old - please upgrade to have FFplay/SDL support"
-fi
-if test "$sdl_static" = "no"; then
- echo "WARNING: cannot compile statically with SDL - qemu-fast won't have a graphical output"
+echo "-> Your SDL version is too old - please upgrade to have SDL support"
fi
+#if test "$sdl_static" = "no"; then
+# echo "WARNING: cannot compile statically with SDL - qemu-fast won't have a graphical output"
+#fi
config_mak="config-host.mak"
config_h="config-host.h"
OpenPOWER on IntegriCloud