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:
@@ -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
|
||||
|
Reference in New Issue
Block a user