blob: 6f8318d5488da03d285250078a2d5f1ab76c7780 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
$NetBSD: patch-aa,v 1.5 2000/05/02 18:48:42 danw Exp $
--- configure.orig Sun Jan 30 03:26:06 2000
+++ configure Wed Apr 26 20:36:07 2000
@@ -5180,7 +5180,7 @@
TERMLIBS=""
-for termlib in ncurses curses termcap terminfo termlib; do
+for termlib in termcap terminfo termlib; do
echo $ac_n "checking for tputs in -l${termlib}""... $ac_c" 1>&6
echo "configure:5186: checking for tputs in -l${termlib}" >&5
ac_lib_var=`echo ${termlib}'_'tputs | sed 'y%./+-%__p_%'`
@@ -5232,12 +5232,10 @@
if test "$ac_cv_lib_termcap_tputs" = yes \
|| test "$ac_cv_lib_terminfo_tputs" = yes \
- || test "$ac_cv_lib_ncurses_tputs" = yes \
- || test "$ac_cv_lib_curses_tputs" = yes \
|| test "$ac_cv_lib_termlib_tputs" = yes; then
true
else
- warn_termlibs="I couldn't find -ltermcap, -lterminfo, -lncurses, -lcurses, or -ltermlib!"
+ warn_termlibs="I couldn't find -ltermcap, -lterminfo, or -ltermlib!"
echo "configure: warning: $warn_termlibs" 1>&2
fi
|