From patchwork Mon May 23 09:13:47 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 1582 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:53:18 -0000 Delivered-To: patches@linaro.org Received: by 10.224.54.134 with SMTP id q6cs57242qag; Mon, 23 May 2011 02:14:23 -0700 (PDT) Received: by 10.216.241.132 with SMTP id g4mr2226117wer.9.1306142030266; Mon, 23 May 2011 02:13:50 -0700 (PDT) Received: from mnementh.archaic.org.uk (mnementh.archaic.org.uk [81.2.115.146]) by mx.google.com with ESMTPS id w9si10915202weo.30.2011.05.23.02.13.49 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 May 2011 02:13:50 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) client-ip=81.2.115.146; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) smtp.mail=pm215@archaic.org.uk 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 Cc: qemu-trivial@nongnu.org, patches@linaro.org Subject: [PATCH] configure: Document --disable-slirp option in --help 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 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"