openbsd-ports/news/tin/patches/patch-aa
1998-09-08 05:43:35 +00:00

47 lines
1.7 KiB
Plaintext

--- configure.~1~ Fri Aug 7 12:28:32 1998
+++ configure Mon Sep 7 21:51:20 1998
@@ -3355,9 +3355,9 @@
echo "$ac_t""no" 1>&6
cf_save_LIBS="$LIBS"
- echo $ac_n "checking for initscr in -lncurses""... $ac_c" 1>&6
-echo "configure:3360: checking for initscr in -lncurses" >&5
- LIBS="-lncurses $LIBS"
+ echo $ac_n "checking for initscr in -lcurses""... $ac_c" 1>&6
+echo "configure:3360: checking for initscr in -lcurses" >&5
+ LIBS="-lcurses $LIBS"
cat > conftest.$ac_ext <<EOF
#line 3363 "configure"
#include "confdefs.h"
@@ -3392,9 +3392,9 @@
for cf_libdir in $cf_search
do
- echo $ac_n "checking for -lncurses in $cf_libdir""... $ac_c" 1>&6
-echo "configure:3397: checking for -lncurses in $cf_libdir" >&5
- LIBS="-L$cf_libdir -lncurses $cf_save_LIBS"
+ echo $ac_n "checking for -lcurses in $cf_libdir""... $ac_c" 1>&6
+echo "configure:3397: checking for -lcurses in $cf_libdir" >&5
+ LIBS="-L$cf_libdir -lcurses $cf_save_LIBS"
cat > conftest.$ac_ext <<EOF
#line 3400 "configure"
#include "confdefs.h"
@@ -5919,14 +5919,14 @@
else
found_tcap=no
if test $found_ncurses = yes ; then
- echo $ac_n "checking for tgoto in -lncurses""... $ac_c" 1>&6
-echo "configure:5924: checking for tgoto in -lncurses" >&5
+ echo $ac_n "checking for tgoto in -lcurses""... $ac_c" 1>&6
+echo "configure:5924: checking for tgoto in -lcurses" >&5
ac_lib_var=`echo ncurses'_'tgoto | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lncurses $LIBS"
+LIBS="-lcurses $LIBS"
cat > conftest.$ac_ext <<EOF
#line 5932 "configure"
#include "confdefs.h"