753e2720ce
this package work with XF4. Based on work by Thomas Klausner (wiz) sent in private e-mail.
22 lines
581 B
Text
22 lines
581 B
Text
$NetBSD: patch-ac,v 1.10 2001/10/02 20:04:33 jlam Exp $
|
|
|
|
--- configure.orig Mon Jul 23 14:08:13 2001
|
|
+++ configure
|
|
@@ -5834,7 +5834,7 @@
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
ac_save_LIBS="$LIBS"
|
|
-LIBS="-lreadline $LIBS"
|
|
+LIBS="-lreadline -ltermcap $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 5840 "configure"
|
|
#include "confdefs.h"
|
|
@@ -5862,7 +5862,7 @@
|
|
fi
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
echo "$ac_t""yes" 1>&6
|
|
- READLINE="" LIBS="-lreadline $LIBS"
|
|
+ READLINE="" LIBS="-lreadline -ltermcap $LIBS"
|
|
else
|
|
echo "$ac_t""no" 1>&6
|
|
|