]> xenbits.xensource.com Git - qemu-xen-3.3-testing.git/commitdiff
Pass --disable-gfx-check to allow VNC-only builds.
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 22 Jul 2008 15:23:47 +0000 (16:23 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 22 Jul 2008 15:23:47 +0000 (16:23 +0100)
Qemu upstream inexplicably falls over during configuration if you will
be forced to use VNC for graphics, as if that were somehow an
unreasonable thing to do.  So hit that check on the head.

Thanks to Christoph Egger for the report.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
xen-setup

index b0eda894381d69f064f5a1303205ccde9e8468f3..2638e1eb86375a80316a44c11a517548aaf63b7e 100755 (executable)
--- a/xen-setup
+++ b/xen-setup
@@ -9,7 +9,7 @@ rm -f config-host.mak
 
 if test -f config-host.h; then mv config-host.h config-host.h~; fi
 
-./configure --disable-gcc-check --disable-curses --disable-slirp "$@" --prefix=/usr
+./configure --disable-gfx-check --disable-gcc-check --disable-curses --disable-slirp "$@" --prefix=/usr
 
 target=i386-dm