From: Juan Quintela <quintela@redhat.com>
To: Luiz Capitulino <lcapitulino@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH] configure: fix Linux AIO detection
Date: Mon, 31 Aug 2009 18:28:42 +0200 [thread overview]
Message-ID: <m3prac2bid.fsf@neno.mitica> (raw)
In-Reply-To: <20090831131812.57f12e52@doriath> (Luiz Capitulino's message of "Mon, 31 Aug 2009 13:18:12 -0300")
Luiz Capitulino <lcapitulino@redhat.com> 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 <lcapitulino@redhat.com>
acked-by: Juan Quintela <quintela@redhat.com>
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
>
prev parent reply other threads:[~2009-08-31 16:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-31 16:18 [Qemu-devel] [PATCH] configure: fix Linux AIO detection Luiz Capitulino
2009-08-31 16:28 ` Juan Quintela [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3prac2bid.fsf@neno.mitica \
--to=quintela@redhat.com \
--cc=lcapitulino@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.