]> Git Repo - qemu.git/commitdiff
configure: silence pkg-config's check for curses
authorVadim Evard <[email protected]>
Fri, 18 Jan 2013 13:48:04 +0000 (17:48 +0400)
committerStefan Hajnoczi <[email protected]>
Mon, 21 Jan 2013 10:08:05 +0000 (11:08 +0100)
Signed-off-by: Vadim Evard <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
configure

index 4ebb60dedc507fcc34026dd63477c1c3b205bd66..6211db9553c6cc066ddc3b633396ccc315d30491 100755 (executable)
--- 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
This page took 0.03131 seconds and 4 git commands to generate.