From: Vadim Evard <v.e.evard@gmail.com>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, Anthony Liguori <aliguori@us.ibm.com>
Subject: [Qemu-devel] [Qemu-trivial] [PATCH v2] configure: silence pkg-config's check for curses
Date: Fri, 18 Jan 2013 17:48:04 +0400 [thread overview]
Message-ID: <50F95294.1000400@gmail.com> (raw)
Signed-off-by: Vadim Evard <v.e.evard@gmail.com>
---
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
next reply other threads:[~2013-01-18 13:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-18 13:48 Vadim Evard [this message]
2013-01-18 14:06 ` [Qemu-devel] [Qemu-trivial] [PATCH v2] configure: silence pkg-config's check for curses Stefan Hajnoczi
2013-01-20 21:36 ` Vadim Evard
2013-01-21 10:54 ` Stefan Hajnoczi
-- strict thread matches above, loose matches on Subject: below --
2013-01-15 23:52 [Qemu-devel] [Qemu-trivial] [PATCH] configure: silencing " Vadim Evard
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
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=50F95294.1000400@gmail.com \
--to=v.e.evard@gmail.com \
--cc=aliguori@us.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@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).