link against the libtool-versions of libeditline and libel_compat

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9163 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-11-15 00:47:08 +00:00
parent 2ac9789c74
commit e1f4b0f2fa

View File

@@ -1,3 +1,4 @@
dnl $Id$
dnl
dnl Tests for readline functions
dnl
@@ -27,9 +28,9 @@ 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.a $LIB_el_init"
LIB_readline="\$(top_builddir)/lib/editline/libel_compat.la $LIB_el_init"
else
LIB_readline='$(top_builddir)/lib/editline/libeditline.a'
LIB_readline='$(top_builddir)/lib/editline/libeditline.la'
fi
AM_CONDITIONAL(el_compat, test "$ac_foo" = yes)
if test "$readline_libdir"; then