From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QORD3-00041v-BF for qemu-devel@nongnu.org; Mon, 23 May 2011 05:13:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QORD2-0002jR-7n for qemu-devel@nongnu.org; Mon, 23 May 2011 05:13:57 -0400 From: Peter Maydell Date: Mon, 23 May 2011 10:13:47 +0100 Message-Id: <1306142027-29995-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH] configure: Document --disable-slirp option in --help List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, patches@linaro.org The --disable-slirp option was undocumented; add it to configure's --help output. Signed-off-by: Peter Maydell --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index d7dba5d..1f95ed7 100755 --- a/configure +++ b/configure @@ -964,6 +964,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" -- 1.7.1