]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commitdiff
Disable slirp.
authorIan Jackson <iwj@mariner.uk.xensource.com>
Thu, 10 Jul 2008 09:48:51 +0000 (10:48 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 10 Jul 2008 09:48:51 +0000 (10:48 +0100)
The slirp system is not really a very nice idea, especially not in a
Xen context.  Also, the code misuses inline and does not compile on
GCC >4.3ish.

Thanks to Qing He <qing.he@intel.com> for the report.

xen-setup

index c00122c64fdf939ad75b468004c911e42a5d1b4a..755b9ec7b24babca53684e5430f327285e455be3 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-curses "$@" --prefix=/usr
+./configure --disable-curses --disable-slirp "$@" --prefix=/usr
 
 target=i386-dm