From 4cc94460836b3f70870675d0e56f1c9b9d466622 Mon Sep 17 00:00:00 2001 From: Maya Rashish Date: Thu, 27 Apr 2017 16:01:55 +0300 Subject: [PATCH] Accept libterminfo too netbsd terminfo is called libterminfo and not libtinfo. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dd5064c9..49278a6c 100644 --- a/configure.ac +++ b/configure.ac @@ -308,7 +308,7 @@ if test "x$want_textui" != "xno"; then TEXTUI_NO_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) want_textui="no, Terminfo not found" ])