Commit 09695a4ae31f02552aff9cc8dff7ccca445a0778

Authored by Stefan Weil
Committed by Anthony Liguori
1 parent 950f1472

Fix help message for new configure option --enable-debug.

The new option is --enable-debug, not --disable-debug.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing 1 changed file with 1 additions and 1 deletions
configure
... ... @@ -608,7 +608,7 @@ echo &quot; --install=INSTALL use specified install [$install]&quot;
608 608 echo " --static enable static build [$static]"
609 609 echo " --enable-debug-tcg enable TCG debugging"
610 610 echo " --disable-debug-tcg disable TCG debugging (default)"
611   -echo " --disable-debug enable common debug build options"
  611 +echo " --enable-debug enable common debug build options"
612 612 echo " --enable-sparse enable sparse checker"
613 613 echo " --disable-sparse disable sparse checker (default)"
614 614 echo " --disable-strip disable stripping binaries"
... ...