From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnJdm-0006xw-5I for qemu-devel@nongnu.org; Tue, 07 Oct 2008 16:58:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnJdj-0006uE-Q0 for qemu-devel@nongnu.org; Tue, 07 Oct 2008 16:58:44 -0400 Received: from [199.232.76.173] (port=52803 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnJdj-0006to-Em for qemu-devel@nongnu.org; Tue, 07 Oct 2008 16:58:43 -0400 Received: from mx2.redhat.com ([66.187.237.31]:44192) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KnJdi-0003pU-Tf for qemu-devel@nongnu.org; Tue, 07 Oct 2008 16:58:43 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id m97KwgVF030269 for ; Tue, 7 Oct 2008 16:58:42 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m97Kwfib028418 for ; Tue, 7 Oct 2008 16:58:41 -0400 Received: from zweiblum.travel.kraxel.org (vpn-4-165.str.redhat.com [10.32.4.165]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id m97Kwe3L010125 for ; Tue, 7 Oct 2008 16:58:41 -0400 Message-ID: <48EBCD80.5060806@redhat.com> Date: Tue, 07 Oct 2008 22:58:40 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------070104070000000400060604" Subject: [Qemu-devel] [patch] add help text for --enable-sparse Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is a multi-part message in MIME format. --------------070104070000000400060604 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, $subject says all. please apply, Gerd --------------070104070000000400060604 Content-Type: text/plain; name="0039-add-help-text-for-enable-sparse.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="0039-add-help-text-for-enable-sparse.patch" >>From ae1317339c95efc2452031f524120540136c5684 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 7 Oct 2008 22:49:09 +0200 Subject: [PATCH] add help text for --enable-sparse Signed-off-by: Gerd Hoffmann --- configure | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 5b23b33..5ea4ef7 100755 --- a/configure +++ b/configure @@ -430,7 +430,8 @@ echo " --host-cc=CC use C compiler CC [$host_cc] for dyngen etc." echo " --make=MAKE use specified make [$make]" echo " --install=INSTALL use specified install [$install]" echo " --static enable static build [$static]" -echo " --disable-sparse disable sparse checker" +echo " --enable-sparse enable sparse checker" +echo " --disable-sparse disable sparse checker (default)" echo " --disable-werror disable compilation abort on warning" echo " --disable-sdl disable SDL" echo " --enable-cocoa enable COCOA (Mac OS X only)" -- 1.5.5.1 --------------070104070000000400060604--