qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [COMMIT 3cfcae3] configure: fix Linux AIO detection


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 3cfcae3] configure: fix Linux AIO detection
Date: Wed, 09 Sep 2009 22:37:07 -0000

From: Luiz Capitulino <address@hidden>

We should set $linux_aio to 'no' if detection failed, otherwise
its contents will be empty, which is a bug as we test for 'yes'
or 'no'.

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

diff --git a/configure b/configure
index 863bf58..5232172 100755
--- a/configure
+++ b/configure
@@ -1354,6 +1354,7 @@ EOF
     if test "$linux_aio" = "yes" ; then
       feature_not_found "linux AIO"
     fi
+    linux_aio=no
   fi
 fi
 




reply via email to

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