diff options
author | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-07 21:22:41 +0000 |
---|---|---|
committer | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-07 21:22:41 +0000 |
commit | 890b165890e2d0eede89800a760d5341c5e7ff06 (patch) | |
tree | c0e09931a23cc2bff97d40dfbc7a4900541a9c65 | |
parent | b2097003ecad43a34851e57969eadf74181d0080 (diff) | |
download | qemu-890b165890e2d0eede89800a760d5341c5e7ff06.zip |
add help text for --enable-sparse (Gerd Hoffman)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5444 c046a42c-6fe2-441c-8c8c-71466251a162
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)" |