changeset 17237:8c150c1db839

prefer newer terminfo-capable libraries (ncurses or terminfo) over the old termcap
author rathann
date Sun, 25 Dec 2005 14:00:04 +0000
parents 3c172cd21575
children c310c682a186
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Dec 25 07:21:42 2005 +0000
+++ b/configure	Sun Dec 25 14:00:04 2005 +0000
@@ -3063,7 +3063,7 @@
 int main(void) { tgetent(); return 0; }
 EOF
   _termcap=no
-  for _ld_tmp in "-ltermcap" "-ltinfo" "-lncurses"; do
+  for _ld_tmp in "-lncurses" "-ltinfo" "-ltermcap"; do
     cc_check $_ld_tmp && _ld_termcap="$_ld_tmp" && _termcap=yes && break
   done
 fi