qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 74/81] Disable aio in mingw32


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 74/81] Disable aio in mingw32
Date: Mon, 3 Aug 2009 14:47:05 +0200

Signed-off-by: Juan Quintela <address@hidden>
---
 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 5cd3b85..e77a7e9 100755
--- a/configure
+++ b/configure
@@ -359,6 +359,7 @@ if test "$mingw32" = "yes" ; then
   EXESUF=".exe"
   QEMU_CFLAGS="-DWIN32_LEAN_AND_MEAN -DWINVER=0x501 $QEMU_CFLAGS"
   LIBS="-lwinmm -lws2_32 -liphlpapi $LIBS"
+  aio=no
 fi

 # find source path
-- 
1.6.2.5





reply via email to

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