summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/cf/krb-readline.m4
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/cf/krb-readline.m4')
-rw-r--r--crypto/heimdal/cf/krb-readline.m412
1 files changed, 4 insertions, 8 deletions
diff --git a/crypto/heimdal/cf/krb-readline.m4 b/crypto/heimdal/cf/krb-readline.m4
index 6d0f0b2..656a088 100644
--- a/crypto/heimdal/cf/krb-readline.m4
+++ b/crypto/heimdal/cf/krb-readline.m4
@@ -1,4 +1,4 @@
-dnl $Id: krb-readline.m4,v 1.2 2000/11/15 00:47:08 assar Exp $
+dnl $Id: krb-readline.m4,v 1.5 2002/08/29 02:22:32 assar Exp $
dnl
dnl Tests for readline functions
dnl
@@ -28,16 +28,12 @@ elif test "$ac_cv_func_readline" = yes; then
:
elif test "$ac_cv_func_el_init" = yes; then
ac_foo=yes
- LIB_readline="\$(top_builddir)/lib/editline/libel_compat.la $LIB_el_init"
+ LIB_readline="\$(top_builddir)/lib/editline/libel_compat.la \$(LIB_el_init) \$(LIB_tgetent)"
else
- LIB_readline='$(top_builddir)/lib/editline/libeditline.la'
+ LIB_readline="\$(top_builddir)/lib/editline/libeditline.la \$(LIB_tgetent)"
fi
AM_CONDITIONAL(el_compat, test "$ac_foo" = yes)
-if test "$readline_libdir"; then
- LIB_readline="-rpath $readline_libdir $LIB_readline"
-fi
-LIB_readline="$LIB_readline \$(LIB_tgetent)"
AC_DEFINE(HAVE_READLINE, 1,
[Define if you have a readline compatible library.])dnl
-]) \ No newline at end of file
+])
OpenPOWER on IntegriCloud