/[guile]/guile/guile-core/guile-readline/configure.in
ViewVC logotype

Diff of /guile/guile-core/guile-readline/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by ttn, Tue Feb 26 07:16:12 2002 UTC revision 1.18 by rlb, Thu Apr 11 04:36:52 2002 UTC
# Line 108  AC_CACHE_CHECK([for rl_getc_function poi Line 108  AC_CACHE_CHECK([for rl_getc_function poi
108                                [ac_cv_var_rl_getc_function=yes],                                [ac_cv_var_rl_getc_function=yes],
109                                [ac_cv_var_rl_getc_function=no])])                                [ac_cv_var_rl_getc_function=no])])
110  if test "${ac_cv_var_rl_getc_function}" = "yes"; then  if test "${ac_cv_var_rl_getc_function}" = "yes"; then
111    AC_DEFINE(HAVE_RL_GETC_FUNCTION)    AC_DEFINE(HAVE_RL_GETC_FUNCTION, 1,
112        [Define if your readline library has the rl_getc_function variable.])
113  fi  fi
114    
115  if test $ac_cv_lib_readline_readline = yes \  if test $ac_cv_lib_readline_readline = yes \

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26