qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] qemu-qa: fix build with mingw
@ 2013-08-28 16:20 Yan Vugenfirer
  0 siblings, 0 replies; only message in thread
From: Yan Vugenfirer @ 2013-08-28 16:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: Yan Vugenfirer

Fixing broken stand alone build of qemu-ga using mingw.
The problem was introduced by commit e8ef31a35.

Signed-off-by: Yan Vugenfirer <yan@daynix.com>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 0a55c20..20becfa 100755
--- a/configure
+++ b/configure
@@ -3477,7 +3477,7 @@ if test "$softmmu" = yes ; then
   fi
 fi
 if [ "$guest_agent" != "no" ]; then
-  if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" ] ; then
+  if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" -o "$mingw32" = "yes" ] ; then
       tools="qemu-ga\$(EXESUF) $tools"
       guest_agent=yes
   elif [ "$guest_agent" != yes ]; then
-- 
1.8.3.1

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

only message in thread, other threads:[~2013-08-28 16:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-28 16:20 [Qemu-devel] [PATCH] qemu-qa: fix build with mingw Yan Vugenfirer

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