diff options
| author | Stefan Weil | 2009-06-06 16:51:30 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2009-06-16 22:36:47 +0200 |
| commit | 09695a4ae31f02552aff9cc8dff7ccca445a0778 (patch) | |
| tree | c41686429635131c3c3ef5c5e87896c14d53d1e0 | |
| parent | provide cpu_index to env mapping (diff) | |
| download | qemu-09695a4ae31f02552aff9cc8dff7ccca445a0778.tar.gz qemu-09695a4ae31f02552aff9cc8dff7ccca445a0778.tar.xz qemu-09695a4ae31f02552aff9cc8dff7ccca445a0778.zip | |
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>
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -608,7 +608,7 @@ echo " --install=INSTALL use specified install [$install]" echo " --static enable static build [$static]" echo " --enable-debug-tcg enable TCG debugging" echo " --disable-debug-tcg disable TCG debugging (default)" -echo " --disable-debug enable common debug build options" +echo " --enable-debug enable common debug build options" echo " --enable-sparse enable sparse checker" echo " --disable-sparse disable sparse checker (default)" echo " --disable-strip disable stripping binaries" |
