]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix build with DEBUG_RAW_IO=1
authorJiri Denemark <jdenemar@redhat.com>
Tue, 27 Apr 2010 08:11:46 +0000 (10:11 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 27 Apr 2010 10:09:35 +0000 (12:09 +0200)
src/qemu/qemu_monitor.c

index c4f2725351785dd1c1a851b44ad0ab9d0bd767c9..38ee0583546a356980a0c78bbbf7301c48440cb3 100644 (file)
@@ -166,7 +166,7 @@ char *qemuMonitorEscapeShell(const char *in)
 }
 
 
-#if QEMU_DEBUG_RAW_IO
+#if DEBUG_RAW_IO
 # include <c-ctype.h>
 static char * qemuMonitorEscapeNonPrintable(const char *text)
 {