mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
configure: silence pkg-config's check for curses
Signed-off-by: Vadim Evard <v.e.evard@gmail.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
5facfb4934
commit
acf15c8949
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue