forked from Lainports/freebsd-ports
20 lines
557 B
Text
20 lines
557 B
Text
--- configure.orig Wed May 17 18:01:34 2000
|
|
+++ configure Wed May 17 18:10:35 2000
|
|
@@ -5373,7 +5373,7 @@
|
|
char tgetent();
|
|
|
|
int main() {
|
|
-tgetent()
|
|
+XXXtgetent()
|
|
; return 0; }
|
|
EOF
|
|
if { (eval echo configure:5380: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
@@ -5497,7 +5497,7 @@
|
|
echo "$ac_t""no" 1>&6
|
|
fi
|
|
|
|
-for ac_hdr in termcap.h term.h curses.h termios.h termio.h
|
|
+for ac_hdr in termcap.h termios.h termio.h
|
|
do
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|