summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-02-24 19:46:24 +0100
committerMartin Mares <mj@ucw.cz>2000-02-24 19:46:24 +0100
commitdf0cf75dc849f5182d75328f4d4189a2d6048b57 (patch)
tree327cef1e15d52686bf6b20dbc4e1add060736a1b /configure.in
parent1d4ba6583afa5e6d4118aca0d0a645342d575b68 (diff)
downloadbird-df0cf75dc849f5182d75328f4d4189a2d6048b57.tar
bird-df0cf75dc849f5182d75328f4d4189a2d6048b57.zip
Hmmm, libreadline 2.1 seems to be the oldest version we work with.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b0c3f8d..c3c0af0 100644
--- a/configure.in
+++ b/configure.in
@@ -143,7 +143,7 @@ if test "$enable_client" = yes ; then
AC_CHECK_LIB(curses, tgetent, USE_TERMCAP_LIB=-lcurses,
AC_CHECK_LIB(termcap, tgetent, USE_TERMCAP_LIB=-ltermcap)))
AC_CHECK_LIB(readline, rl_callback_read_char, CLIENT_LIBS="-lreadline $CLIENT_LIBS $USE_TERMCAP_LIB",
- AC_MSG_ERROR([[The client requires GNU readline library 4.0 or newer. Either install the library or use --disable-client to compile without the client.]]), $USE_TERMCAP_LIB)
+ AC_MSG_ERROR([[The client requires GNU readline library 2.1 or newer. Either install the library or use --disable-client to compile without the client.]]), $USE_TERMCAP_LIB)
fi
AC_SUBST(CLIENT)
AC_SUBST(CLIENT_LIBS)