From: Ian Jackson Date: Thu, 10 Jul 2008 09:48:51 +0000 (+0100) Subject: Disable slirp. X-Git-Tag: xen-3.3.0-rc1~43 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=29c20f126f298cf2162169b4bbb8206860f11240;p=qemu-xen-4.0-testing.git Disable slirp. 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 for the report. --- diff --git a/xen-setup b/xen-setup index c00122c6..755b9ec7 100755 --- 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