summaryrefslogtreecommitdiff
blob: d268474d9783159b32260f50c1a9ed9e6528d8ea (plain)
1
2
3
4
5
6
7
8
9
10
11
--- tcsh-6.21.00/configure.ac
+++ tcsh-6.21.00/configure.ac
@@ -317,7 +317,7 @@
 dnl Checks for libraries
 AC_SEARCH_LIBS(crypt, crypt)
 AC_SEARCH_LIBS(getspnam, sec)
-AC_SEARCH_LIBS([tgetent], [termlib tinfo termcap curses ncurses], [], [
+AC_SEARCH_LIBS([tgetent], [tinfo ncurses], [], [
    AC_MSG_ERROR([unable to find the tgetent() function])
 ])
 AC_SEARCH_LIBS(gethostbyname, nsl)