>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