Bump to 1.14.1
[platform/upstream/augeas.git] / acinclude.m4
index f632182..31988b1 100644 (file)
@@ -142,7 +142,7 @@ AC_DEFUN([AUGEAS_CHECK_READLINE], [
   if test $use_readline = yes; then
       saved_libs=$LIBS
       LIBS=$READLINE_LIBS
-      AC_CHECK_FUNCS([rl_completion_matches])
+      AC_CHECK_FUNCS([rl_completion_matches rl_crlf rl_replace_line])
       LIBS=$saved_libs
   fi
 ])