1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

* configure.in: add definitions to AC_DEFINE calls for new

autoconf.
This commit is contained in:
Rob Browning 2002-04-11 04:36:52 +00:00
parent caa6d6ecec
commit 587cd12650

View file

@ -108,7 +108,8 @@ AC_CACHE_CHECK([for rl_getc_function pointer in readline],
[ac_cv_var_rl_getc_function=yes],
[ac_cv_var_rl_getc_function=no])])
if test "${ac_cv_var_rl_getc_function}" = "yes"; then
AC_DEFINE(HAVE_RL_GETC_FUNCTION)
AC_DEFINE(HAVE_RL_GETC_FUNCTION, 1,
[Define if your readline library has the rl_getc_function variable.])
fi
if test $ac_cv_lib_readline_readline = yes \