From 47569471c7eb70964ee61e9c38ce45b0f2c206ae Mon Sep 17 00:00:00 2001 From: "Vojtech Vitek (V-Teq)" Date: Thu, 15 Mar 2012 02:10:35 +0100 Subject: [PATCH 2/8] Search for tinfo library instead of termcap/(n)curses etc. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d07b944..c6f9f1a 100644 --- a/configure.ac +++ b/configure.ac @@ -309,7 +309,7 @@ fi dnl Checks for libraries AC_SEARCH_LIBS(crypt, crypt) AC_SEARCH_LIBS(getspnam, sec) -AC_SEARCH_LIBS(tgetent, termlib termcap curses ncurses) +AC_SEARCH_LIBS(tgetent, tinfo) AC_SEARCH_LIBS(gethostbyname, nsl) AC_SEARCH_LIBS(connect, socket) AC_SEARCH_LIBS(catgets, catgets) -- 1.9.3