1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* configure.in: Put more ink before readline version warning.

(Thanks to Ian Grant.)
This commit is contained in:
Mikael Djurfeldt 2000-06-06 12:41:39 +00:00
parent c29ee3e509
commit 5ca264aaec

View file

@ -34,8 +34,8 @@ fi
if test $ac_cv_lib_readline_main = yes \ if test $ac_cv_lib_readline_main = yes \
-a $ac_cv_var_rl_getc_function = no; then -a $ac_cv_var_rl_getc_function = no; then
AC_MSG_WARN([Warning: libreadline is too old on your system. You need]) AC_MSG_WARN([*** libreadline is too old on your system.])
AC_MSG_WARN([readline version 2.1 or later.]) AC_MSG_WARN([*** You need readline version 2.1 or later.])
fi fi
AC_CHECK_FUNCS(strdup) AC_CHECK_FUNCS(strdup)