From 6dbc24d904d8dd71ece310e08cd01be72efff703 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Wed, 25 Jul 2001 22:00:18 +0000 Subject: rl_completion_matches check --- configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index da9864e..f0ee705 100644 --- a/configure.in +++ b/configure.in @@ -52,6 +52,9 @@ fi if test x$readl = xtrue; then AC_CHECK_LIB(history, add_history, , [AC_MSG_WARN(Cannot find GNU history lib) readl=false]) +dnl old versions of readline use completion_matches instead +dnl of rl_completion_matches +AC_CHECK_FUNCS(rl_completion_matches,,) fi dnl Check for glib -- cgit v1.2.3