From df0cf75dc849f5182d75328f4d4189a2d6048b57 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 24 Feb 2000 18:46:24 +0000 Subject: Hmmm, libreadline 2.1 seems to be the oldest version we work with. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') 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) -- cgit v1.2.3