From: "Marc-André Lureau" <marcandre.lureau@redhat.com>
To: Cole Robinson <crobinso@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [PATCH] configure: Fix gio detection
Date: Thu, 5 Nov 2020 18:59:30 +0400 [thread overview]
Message-ID: <CAMxuvazAjpFircbEYM698GLm_L7OYApATVuvQeS885u6sEXr1A@mail.gmail.com> (raw)
In-Reply-To: <1249e3b862a119bdcba74f8f052222cc28de988d.1604588274.git.crobinso@redhat.com>
Hi
On Thu, Nov 5, 2020 at 6:58 PM Cole Robinson <crobinso@redhat.com> wrote:
>
> Signed-off-by: Cole Robinson <crobinso@redhat.com>
> ---
> configure | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 2c3c69f118..bc06aa81e5 100755
> --- a/configure
> +++ b/configure
> @@ -3499,7 +3499,7 @@ if $pkg_config --atleast-version=$glib_req_ver gio-2.0; then
> # with pkg-config --static --libs data for gio-2.0 that is missing
> # -lblkid and will give a link error.
> write_c_skeleton
> - if compile_prog "" "gio_libs" ; then
> + if compile_prog "" "$gio_libs" ; then
> gio=yes
> else
> gio=no
it's queued already "[PULL 12/20] configure: fix gio_libs reference"
thanks
prev parent reply other threads:[~2020-11-05 15:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-05 14:57 [PATCH] configure: Fix gio detection Cole Robinson
2020-11-05 14:59 ` Marc-André Lureau [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=CAMxuvazAjpFircbEYM698GLm_L7OYApATVuvQeS885u6sEXr1A@mail.gmail.com \
--to=marcandre.lureau@redhat.com \
--cc=crobinso@redhat.com \
--cc=pbonzini@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).