qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6996] Disable qemu-io on Win32
@ 2009-04-05 19:29 Anthony Liguori
  0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2009-04-05 19:29 UTC (permalink / raw)
  To: qemu-devel

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 <aliguori@us.ibm.com>

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-05 19:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-05 19:29 [Qemu-devel] [6996] Disable qemu-io on Win32 Anthony Liguori

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).