Commit 890b165890e2d0eede89800a760d5341c5e7ff06

Authored by aliguori
1 parent b2097003

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
Showing 1 changed file with 2 additions and 1 deletions
configure
... ... @@ -427,7 +427,8 @@ echo &quot; --host-cc=CC use C compiler CC [$host_cc] for dyngen etc.&quot;
427 427 echo " --make=MAKE use specified make [$make]"
428 428 echo " --install=INSTALL use specified install [$install]"
429 429 echo " --static enable static build [$static]"
430   -echo " --disable-sparse disable sparse checker"
  430 +echo " --enable-sparse enable sparse checker"
  431 +echo " --disable-sparse disable sparse checker (default)"
431 432 echo " --disable-werror disable compilation abort on warning"
432 433 echo " --disable-sdl disable SDL"
433 434 echo " --enable-cocoa enable COCOA (Mac OS X only)"
... ...