Commit 09695a4ae31f02552aff9cc8dff7ccca445a0778
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 " --install=INSTALL use specified install [$install]" | @@ -608,7 +608,7 @@ echo " --install=INSTALL use specified install [$install]" | ||
| 608 | echo " --static enable static build [$static]" | 608 | echo " --static enable static build [$static]" |
| 609 | echo " --enable-debug-tcg enable TCG debugging" | 609 | echo " --enable-debug-tcg enable TCG debugging" |
| 610 | echo " --disable-debug-tcg disable TCG debugging (default)" | 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 | echo " --enable-sparse enable sparse checker" | 612 | echo " --enable-sparse enable sparse checker" |
| 613 | echo " --disable-sparse disable sparse checker (default)" | 613 | echo " --disable-sparse disable sparse checker (default)" |
| 614 | echo " --disable-strip disable stripping binaries" | 614 | echo " --disable-strip disable stripping binaries" |