]> git.proxmox.com Git - qemu.git/commit
configure: fix Linux AIO detection
authorLuiz Capitulino <lcapitulino@redhat.com>
Mon, 31 Aug 2009 16:18:12 +0000 (13:18 -0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 9 Sep 2009 22:31:27 +0000 (17:31 -0500)
commit3cfcae3cda7da23dc2e99671021ad752f398c4c4
tree0d1c7e99d61e2f402ccbc568d992f1e1002a9b84
parent9ab35c63719305c0244361663765762caaed8bb0
configure: fix Linux AIO detection

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 <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure