From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1QORD6-00043t-II for mharc-qemu-trivial@gnu.org; Mon, 23 May 2011 05:14:00 -0400 Received: from eggs.gnu.org ([140.186.70.92]:46607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QORD4-000420-Vb for qemu-trivial@nongnu.org; Mon, 23 May 2011 05:13:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QORD4-0002k1-5l for qemu-trivial@nongnu.org; Mon, 23 May 2011 05:13:58 -0400 Received: from mnementh.archaic.org.uk ([81.2.115.146]:58163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QORD2-0002j2-2B; Mon, 23 May 2011 05:13:56 -0400 Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.72) (envelope-from ) id 1QORCt-0007oE-9T; Mon, 23 May 2011 10:13:47 +0100 From: Peter Maydell To: qemu-devel@nongnu.org Date: Mon, 23 May 2011 10:13:47 +0100 Message-Id: <1306142027-29995-1-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 81.2.115.146 Cc: qemu-trivial@nongnu.org, patches@linaro.org Subject: [Qemu-trivial] [PATCH] configure: Document --disable-slirp option in --help X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2011 09:13:59 -0000 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