qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: Vadim Evard <v.e.evard@gmail.com>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] configure: silence pkg-config's check for curses
Date: Thu, 17 Jan 2013 14:01:03 -0600	[thread overview]
Message-ID: <874nifo9z4.fsf@codemonkey.ws> (raw)
In-Reply-To: <50F70AC3.9070202@gmail.com>

Vadim Evard <v.e.evard@gmail.com> writes:

> Signed-off-by: Vadim Evard <v.e.evard@gmail.com>

Please post this as a top-level patch. (no in-reply-to)

Regards,

Anthony Liguori

> ---
>  configure |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 4ebb60d..6211db9 100755
> --- a/configure
> +++ b/configure
> @@ -2039,7 +2039,7 @@ fi
>  if test "$mingw32" = "yes" ; then
>      curses_list="-lpdcurses"
>  else
> -    curses_list="-lncurses:-lcurses:$($pkg_config --libs ncurses)"
> +    curses_list="-lncurses:-lcurses:$($pkg_config --libs ncurses 2>/dev/null)"
>  fi
>  
>  if test "$curses" != "no" ; then
> -- 
> 1.7.10.4

  reply	other threads:[~2013-01-17 20:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-15 23:52 [Qemu-devel] [Qemu-trivial] [PATCH] configure: silencing pkg-config's check for curses Vadim Evard
2013-01-16  9:27 ` Stefan Hajnoczi
2013-01-16 14:54 ` Anthony Liguori
2013-01-16 20:17   ` [Qemu-devel] [Qemu-trivial] [PATCH v2] configure: silence " Vadim Evard
2013-01-17 20:01     ` Anthony Liguori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-01-18 13:48 Vadim Evard
2013-01-18 14:06 ` Stefan Hajnoczi
2013-01-20 21:36   ` Vadim Evard
2013-01-21 10:54     ` Stefan Hajnoczi

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=874nifo9z4.fsf@codemonkey.ws \
    --to=aliguori@us.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=v.e.evard@gmail.com \
    /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).