don't add -rpath to LIB_readline (libtool should to this for us), also
don't append LIB_tgetent to LIB_readline (TEST_PACKAGE should do this) git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11276 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -33,11 +33,7 @@ else
|
|||||||
LIB_readline='$(top_builddir)/lib/editline/libeditline.la'
|
LIB_readline='$(top_builddir)/lib/editline/libeditline.la'
|
||||||
fi
|
fi
|
||||||
AM_CONDITIONAL(el_compat, test "$ac_foo" = yes)
|
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,
|
AC_DEFINE(HAVE_READLINE, 1,
|
||||||
[Define if you have a readline compatible library.])dnl
|
[Define if you have a readline compatible library.])dnl
|
||||||
|
|
||||||
])
|
])
|
||||||
|
Reference in New Issue
Block a user