From 890b165890e2d0eede89800a760d5341c5e7ff06 Mon Sep 17 00:00:00 2001 From: aliguori Date: Tue, 7 Oct 2008 21:22:41 +0000 Subject: add help text for --enable-sparse (Gerd Hoffman) Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5444 c046a42c-6fe2-441c-8c8c-71466251a162 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 15eea6a8b3..9192fcf94b 100755 --- a/configure +++ b/configure @@ -427,7 +427,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)" -- cgit v1.2.3