projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5facfb4
)
configure: silence pkg-config's check for curses
author
Vadim Evard
<v.e.evard@gmail.com>
Fri, 18 Jan 2013 13:48:04 +0000
(17:48 +0400)
committer
Stefan Hajnoczi
<stefanha@redhat.com>
Mon, 21 Jan 2013 10:08:05 +0000
(11:08 +0100)
Signed-off-by: Vadim Evard <v.e.evard@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
configure
patch
|
blob
|
history
diff --git
a/configure
b/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