qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [patch] add help text for --enable-sparse


From: Gerd Hoffmann
Subject: [Qemu-devel] [patch] add help text for --enable-sparse
Date: Tue, 07 Oct 2008 22:58:40 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080723)

  Hi,

$subject says all.

please apply,
  Gerd
>From ae1317339c95efc2452031f524120540136c5684 Mon Sep 17 00:00:00 2001
From: Gerd Hoffmann <address@hidden>
Date: Tue, 7 Oct 2008 22:49:09 +0200
Subject: [PATCH] add help text for --enable-sparse


Signed-off-by: Gerd Hoffmann <address@hidden>
---
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]