3 dnl Tests for readline functions
8 AC_DEFUN([KRB_READLINE],[
14 if test "$with_readline" = yes; then
16 elif test "$with_libedit" = yes; then
17 LIB_readline="${LIB_libedit}"
18 elif test "$ac_cv_func_readline" = yes; then
22 LIB_readline="\$(top_builddir)/lib/libedit/src/libheimedit.la \$(LIB_tgetent)"
24 AM_CONDITIONAL(LIBEDIT, test "$build_libedit" = yes)
25 AC_DEFINE(HAVE_READLINE, 1,
26 [Define if you have a readline compatible library.])dnl