diff options
author | Juan Quintela | 2009-08-03 14:47:05 +0200 |
---|---|---|
committer | Anthony Liguori | 2009-08-10 20:05:46 +0200 |
commit | a990240bb916ba5ad71e8980660ab3698b6f010c (patch) | |
tree | ec58d45c8b4b87e1e71158ca1f94fe862aa3a4d6 /configure | |
parent | use TARGET_<arch name> for selection (diff) | |
download | qemu-a990240bb916ba5ad71e8980660ab3698b6f010c.tar.gz qemu-a990240bb916ba5ad71e8980660ab3698b6f010c.tar.xz qemu-a990240bb916ba5ad71e8980660ab3698b6f010c.zip |
Disable aio in mingw32
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |