Skip to content

Commit

Permalink
configure: silence pkg-config's check for curses
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Evard <v.e.evard@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
  • Loading branch information
Pipeliner authored and stefanhaRH committed Jan 21, 2013
1 parent 5facfb4 commit acf15c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -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
Expand Down

0 comments on commit acf15c8

Please sign in to comment.