summaryrefslogtreecommitdiffhomepage
path: root/configure.in
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-07-25 22:00:18 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-07-25 22:00:18 +0000
commit02108b05dac2d5426a2740929261046812b9cec7 (patch)
tree86680ee444dc3b79da1e1748f029fd39c416dbbb /configure.in
parentdb934852a95f4ee7af02f3a8431b286a7d6a7366 (diff)
downloadmdk-02108b05dac2d5426a2740929261046812b9cec7.tar.gz
mdk-02108b05dac2d5426a2740929261046812b9cec7.tar.bz2
rl_completion_matches check
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
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