qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] configure: fix Linux AIO detection


From: Luiz Capitulino
Subject: [Qemu-devel] [PATCH] configure: fix Linux AIO detection
Date: Mon, 31 Aug 2009 13:18:12 -0300

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>

diff --git a/configure b/configure
index b805f10..4c60c4d 100755
--- a/configure
+++ b/configure
@@ -1327,6 +1327,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]