diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-05-04 12:31:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-04 12:31:32 +0200 |
commit | f24ad9a36605f54ac8583ec3e223ccdfe30bb666 (patch) | |
tree | 38b152b2b034c4acadefa52e2239178569207095 | |
parent | c890ecafa0ce3df1a339ae201598184ab1585d36 (diff) | |
parent | c8a19e112499c0ca1d2b07a98d68415ca1509614 (diff) | |
download | irssi-f24ad9a36605f54ac8583ec3e223ccdfe30bb666.zip |
Merge pull request #698 from ailin-nemui/master
detect Netbsd terminfo
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dd5064c9..3855ba4c 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 ncursesw ncurses terminfo], [want_textui=yes], [ AC_ERROR(Terminfo not found - install libncurses-dev or ncurses-devel package) want_textui="no, Terminfo not found" ]) |