# HG changeset patch # User chris@kneesaa.uk.xensource.com # Date 1154680072 -3600 # Node ID e47aad0605a3e3687b2467452f0cf45d8b0c0b07 # Parent ea04335d238b23e7f39aafdae4a141d9258cf134 [qemu] Always allow --disable-sdl since there's always vnc support. Signed-off-by: Christian Limpach diff -r ea04335d238b -r e47aad0605a3 tools/ioemu/configure --- a/tools/ioemu/configure Thu Aug 03 19:45:14 2006 +0100 +++ b/tools/ioemu/configure Fri Aug 04 09:27:52 2006 +0100 @@ -226,8 +226,6 @@ for opt do ;; --enable-cocoa) cocoa="yes" ; coreaudio="yes" ; sdl="no" ;; - --disable-gfx-check) check_gfx="no" - ;; --disable-gcc-check) check_gcc="no" ;; --disable-system) softmmu="no" @@ -736,14 +734,6 @@ if expr $target : '.*-user' > /dev/null target_user_only="yes" fi -if test "$target_user_only" = "no" -a "$check_gfx" = "yes" \ - -a "$sdl" = "no" -a "$cocoa" = "no" ; then - echo "ERROR: QEMU requires SDL or Cocoa for graphical output" - echo "To build QEMU without graphical output configure with --disable-gfx-check" - echo "Note that this will disable all output from the virtual graphics card." - exit 1; -fi - #echo "Creating $config_mak, $config_h and $target_dir/Makefile" mkdir -p $target_dir