From: Peter Maydell Date: Mon, 23 May 2011 09:13:47 +0000 (+0100) Subject: configure: Document --disable-slirp option in --help X-Git-Tag: v0.15.0-rc0~243 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6093d3d4ec873c93092d05d5ecc703aba8029efd;p=thirdparty%2Fqemu.git configure: Document --disable-slirp option in --help The --disable-slirp option was undocumented; add it to configure's --help output. Signed-off-by: Peter Maydell Signed-off-by: Aurelien Jarno --- diff --git a/configure b/configure index bc542933088..a318d3782ce 100755 --- a/configure +++ b/configure @@ -966,6 +966,7 @@ echo " --disable-check-utests disable check unit-tests" echo " --enable-check-utests enable check unit-tests" echo " --disable-bluez disable bluez stack connectivity" echo " --enable-bluez enable bluez stack connectivity" +echo " --disable-slirp disable SLIRP userspace network connectivity" echo " --disable-kvm disable KVM acceleration support" echo " --enable-kvm enable KVM acceleration support" echo " --disable-nptl disable usermode NPTL support"