qemu-devel
[Top][All Lists]
Advanced

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

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


From: Juan Quintela
Subject: [Qemu-devel] Re: [PATCH] configure: fix Linux AIO detection
Date: Mon, 31 Aug 2009 18:28:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Luiz Capitulino <address@hidden> wrote:
> 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>

acked-by: Juan Quintela <address@hidden>
Good catch.

> 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]