qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6996] Disable qemu-io on Win32


From: Anthony Liguori
Subject: [Qemu-devel] [6996] Disable qemu-io on Win32
Date: Sun, 05 Apr 2009 19:29:26 +0000

Revision: 6996
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6996
Author:   aliguori
Date:     2009-04-05 19:29:26 +0000 (Sun, 05 Apr 2009)
Log Message:
-----------
Disable qemu-io on Win32

It breaks the build.

Signed-off-by: Anthony Liguori <address@hidden>

Modified Paths:
--------------
    trunk/configure

Modified: trunk/configure
===================================================================
--- trunk/configure     2009-04-05 19:14:04 UTC (rev 6995)
+++ trunk/configure     2009-04-05 19:29:26 UTC (rev 6996)
@@ -1551,9 +1551,9 @@
 
 tools=
 if test `expr "$target_list" : ".*softmmu.*"` != 0 ; then
-  tools="qemu-img\$(EXESUF) qemu-io\$(EXESUF) $tools"
+  tools="qemu-img\$(EXESUF) $tools"
   if [ "$linux" = "yes" ] ; then
-      tools="qemu-nbd\$(EXESUF) $tools"
+      tools="qemu-nbd\$(EXESUF) qemu-io\$(EXESUF) $tools"
   fi
 fi
 echo "TOOLS=$tools" >> $config_mak





reply via email to

[Prev in Thread] Current Thread [Next in Thread]