This commit is contained in:
coypoop 2017-04-27 13:10:17 +00:00 committed by GitHub
commit 63fb7fca16

View file

@ -308,7 +308,7 @@ if test "x$want_textui" != "xno"; then
TEXTUI_NO_LIBS="$LIBS" TEXTUI_NO_LIBS="$LIBS"
LIBS= LIBS=
AC_SEARCH_LIBS([setupterm], [tinfo ncursesw ncurses], [want_textui=yes], [ AC_SEARCH_LIBS([setupterm], [tinfo terminfo ncursesw ncurses], [want_textui=yes], [
AC_ERROR(Terminfo not found - install libncurses-dev or ncurses-devel package) AC_ERROR(Terminfo not found - install libncurses-dev or ncurses-devel package)
want_textui="no, Terminfo not found" want_textui="no, Terminfo not found"
]) ])