* [Qemu-devel] [PATCH] Fix help message for new configure option --enable-debug.
@ 2009-06-06 14:51 Stefan Weil
0 siblings, 0 replies; only message in thread
From: Stefan Weil @ 2009-06-06 14:51 UTC (permalink / raw)
To: paul, qemu-devel
The new option is --enable-debug, not --disable-debug.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index 42d46f2..e764491 100755
--- a/configure
+++ b/configure
@@ -599,7 +599,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"
--
1.5.6.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-06-06 14:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-06 14:51 [Qemu-devel] [PATCH] Fix help message for new configure option --enable-debug Stefan Weil
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).