summaryrefslogtreecommitdiff
blob: b28144b8ee38c27abb266b239f7aa434d06d03c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Prefer libtermcap to libncurses for the shell.
--- tcsh-6.11.00/configure.in	2002-06-05 10:50:07.000000000 -0400
+++ tcsh-6.11.00/configure.in	2002-06-05 10:50:03.000000000 -0400
@@ -253,7 +253,7 @@
 esac
 
 AC_SEARCH_LIBS(crypt, crypt)
-AC_SEARCH_LIBS(tgetent, termlib curses termcap)
+AC_SEARCH_LIBS(tgetent, termlib termcap curses)
 AC_SEARCH_LIBS(gethostbyname, nsl)
 AC_SEARCH_LIBS(connect, socket)