From patchwork Mon Nov 16 18:59:18 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 38537 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2A0FE1007D1 for ; Tue, 17 Nov 2009 06:00:06 +1100 (EST) Received: from localhost ([127.0.0.1]:33338 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NA6nz-0004Z6-FG for incoming@patchwork.ozlabs.org; Mon, 16 Nov 2009 14:00:03 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NA6nR-0004SY-Og for qemu-devel@nongnu.org; Mon, 16 Nov 2009 13:59:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NA6nN-0004Md-07 for qemu-devel@nongnu.org; Mon, 16 Nov 2009 13:59:29 -0500 Received: from [199.232.76.173] (port=54569 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NA6nM-0004MU-RL for qemu-devel@nongnu.org; Mon, 16 Nov 2009 13:59:24 -0500 Received: from moutng.kundenserver.de ([212.227.17.8]:58751) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NA6nM-00053D-7a for qemu-devel@nongnu.org; Mon, 16 Nov 2009 13:59:24 -0500 Received: from flocke.weilnetz.de (p54ADF594.dip.t-dialin.net [84.173.245.148]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0MBIsH-1NJha63yU9-00AR8y; Mon, 16 Nov 2009 19:59:20 +0100 Received: from stefan by flocke.weilnetz.de with local (Exim 4.69) (envelope-from ) id 1NA6nH-0001jy-0j; Mon, 16 Nov 2009 19:59:19 +0100 From: Stefan Weil To: QEMU Developers Date: Mon, 16 Nov 2009 19:59:18 +0100 Message-Id: <1258397958-6668-1-git-send-email-weil@mail.berlios.de> X-Mailer: git-send-email 1.5.6.5 X-Provags-ID: V01U2FsdGVkX1+kIoJff+L1z/oo5sxKPYxeQmf8DRXxgd587QU fqSgbV7dkSKAnJMykRvA7/iiwAZxiQGsjWQZh6lnH+8UkzpEAT DHkH83YtT93/uyKWephZnB1MWKprD2nQtm3DCBuKDWuRPqJoiE EOA== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Cc: Subject: [Qemu-devel] [PATCH] configure: Fix spelling in comment and rework the comment X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org * Replace vill -> will. * Comment was formatted to make it more readable and to conform to the coding standard, too. * Description of foo="" was completed. Signed-off-by: Stefan Weil --- configure | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/configure b/configure index 4e19ab1..4e57206 100755 --- a/configure +++ b/configure @@ -174,15 +174,17 @@ case "$cpu" in ;; esac -# Default value for a variable defining feature "foo" -# * foo="no", feature will only be used if --enable-foo arg is given -# * foo="", feature will be searched for, and if found, will be used -# * foo="yes", this value vill only be set by --enable-foo flag. -# feature will searched for, if not found, configure exits with error +# Default value for a variable defining feature "foo". +# * foo="no" feature will only be used if --enable-foo arg is given +# * foo="" feature will be searched for, and if found, will be used +# unless --disable-foo is given +# * foo="yes" this value will only be set by --enable-foo flag. +# feature will searched for, +# if not found, configure exits with error # -# Always add --enable-foo and --disable-foo command line args. Distributions want -# to ensure that several features are compiled in, and it is impossible without a -# --enable-foo that exits if feature is not found +# Always add --enable-foo and --disable-foo command line args. +# Distributions want to ensure that several features are compiled in, and it +# is impossible without a --enable-foo that exits if a feature is not found. bluez="" brlapi=""