From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnK0x-0005zw-T0 for qemu-devel@nongnu.org; Tue, 07 Oct 2008 17:22:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnK0w-0005zd-Sp for qemu-devel@nongnu.org; Tue, 07 Oct 2008 17:22:43 -0400 Received: from [199.232.76.173] (port=51095 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnK0w-0005za-Nx for qemu-devel@nongnu.org; Tue, 07 Oct 2008 17:22:42 -0400 Received: from savannah.gnu.org ([199.232.41.3]:57113 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KnK0w-0001SS-JE for qemu-devel@nongnu.org; Tue, 07 Oct 2008 17:22:42 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KnK0w-0003As-1h for qemu-devel@nongnu.org; Tue, 07 Oct 2008 21:22:42 +0000 Received: from aliguori by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KnK0v-0003An-RA for qemu-devel@nongnu.org; Tue, 07 Oct 2008 21:22:41 +0000 MIME-Version: 1.0 Errors-To: aliguori Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Anthony Liguori Message-Id: Date: Tue, 07 Oct 2008 21:22:41 +0000 Subject: [Qemu-devel] [5444] add help text for --enable-sparse (Gerd Hoffman) 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 Revision: 5444 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5444 Author: aliguori Date: 2008-10-07 21:22:41 +0000 (Tue, 07 Oct 2008) Log Message: ----------- add help text for --enable-sparse (Gerd Hoffman) Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori Modified Paths: -------------- trunk/configure Modified: trunk/configure =================================================================== --- trunk/configure 2008-10-07 20:39:39 UTC (rev 5443) +++ trunk/configure 2008-10-07 21:22:41 UTC (rev 5444) @@ -427,7 +427,8 @@ 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)"