mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
* configure.in: add definitions to AC_DEFINE calls for new
autoconf.
This commit is contained in:
parent
caa6d6ecec
commit
587cd12650
1 changed files with 2 additions and 1 deletions
|
@ -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=yes],
|
||||||
[ac_cv_var_rl_getc_function=no])])
|
[ac_cv_var_rl_getc_function=no])])
|
||||||
if test "${ac_cv_var_rl_getc_function}" = "yes"; then
|
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
|
fi
|
||||||
|
|
||||||
if test $ac_cv_lib_readline_readline = yes \
|
if test $ac_cv_lib_readline_readline = yes \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue