add LIB_tgetent to LIB_readline if we have to

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11302 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-08-28 21:52:05 +00:00
parent 1d7c6d0dcc
commit 9e90520213

View File

@@ -28,7 +28,7 @@ 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'
fi