debuggers.hg
changeset 10964:e47aad0605a3
[qemu] Always allow --disable-sdl since there's always vnc support.
Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
author | chris@kneesaa.uk.xensource.com |
---|---|
date | Fri Aug 04 09:27:52 2006 +0100 (2006-08-04) |
parents | ea04335d238b |
children | 70d43812ab02 |
files | tools/ioemu/configure |
line diff
1.1 --- a/tools/ioemu/configure Thu Aug 03 19:45:14 2006 +0100 1.2 +++ b/tools/ioemu/configure Fri Aug 04 09:27:52 2006 +0100 1.3 @@ -226,8 +226,6 @@ for opt do 1.4 ;; 1.5 --enable-cocoa) cocoa="yes" ; coreaudio="yes" ; sdl="no" 1.6 ;; 1.7 - --disable-gfx-check) check_gfx="no" 1.8 - ;; 1.9 --disable-gcc-check) check_gcc="no" 1.10 ;; 1.11 --disable-system) softmmu="no" 1.12 @@ -736,14 +734,6 @@ if expr $target : '.*-user' > /dev/null 1.13 target_user_only="yes" 1.14 fi 1.15 1.16 -if test "$target_user_only" = "no" -a "$check_gfx" = "yes" \ 1.17 - -a "$sdl" = "no" -a "$cocoa" = "no" ; then 1.18 - echo "ERROR: QEMU requires SDL or Cocoa for graphical output" 1.19 - echo "To build QEMU without graphical output configure with --disable-gfx-check" 1.20 - echo "Note that this will disable all output from the virtual graphics card." 1.21 - exit 1; 1.22 -fi 1.23 - 1.24 #echo "Creating $config_mak, $config_h and $target_dir/Makefile" 1.25 1.26 mkdir -p $target_dir