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:
parent
c29ee3e509
commit
5ca264aaec
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ fi
|
|||
|
||||
if test $ac_cv_lib_readline_main = yes \
|
||||
-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([readline version 2.1 or later.])
|
||||
AC_MSG_WARN([*** libreadline is too old on your system.])
|
||||
AC_MSG_WARN([*** You need readline version 2.1 or later.])
|
||||
fi
|
||||
|
||||
AC_CHECK_FUNCS(strdup)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue