]> git.proxmox.com Git - qemu.git/commitdiff
disabled obsolete static SDL warning
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 1 Mar 2005 22:30:41 +0000 (22:30 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 1 Mar 2005 22:30:41 +0000 (22:30 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1318 c046a42c-6fe2-441c-8c8c-71466251a162

configure

index e7130038ddccb09359d4b2271e46d5d6b6752f89..e9978276d3a6124a8fdfea70646135f2afd158c2 100755 (executable)
--- 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"