Commit 24b55b96507ef83d38eba1c310d63ecb8525911a
1 parent
232ba5ab
disabled obsolete static SDL warning
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1318 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
4 additions
and
4 deletions
configure
@@ -431,11 +431,11 @@ fi | @@ -431,11 +431,11 @@ fi | ||
431 | fi | 431 | fi |
432 | 432 | ||
433 | if test $sdl_too_old = "yes"; then | 433 | if test $sdl_too_old = "yes"; then |
434 | -echo "-> Your SDL version is too old - please upgrade to have FFplay/SDL support" | ||
435 | -fi | ||
436 | -if test "$sdl_static" = "no"; then | ||
437 | - echo "WARNING: cannot compile statically with SDL - qemu-fast won't have a graphical output" | 434 | +echo "-> Your SDL version is too old - please upgrade to have SDL support" |
438 | fi | 435 | fi |
436 | +#if test "$sdl_static" = "no"; then | ||
437 | +# echo "WARNING: cannot compile statically with SDL - qemu-fast won't have a graphical output" | ||
438 | +#fi | ||
439 | 439 | ||
440 | config_mak="config-host.mak" | 440 | config_mak="config-host.mak" |
441 | config_h="config-host.h" | 441 | config_h="config-host.h" |