* configure.in: Remove quotes around ac_cv_lib_readline_main and
authorJim Blandy <jimb@red-bean.com>
Mon, 11 Jan 1999 06:46:53 +0000 (06:46 +0000)
committerJim Blandy <jimb@red-bean.com>
Mon, 11 Jan 1999 06:46:53 +0000 (06:46 +0000)
ac_cv_var_rl_getc_function.  They should both always be set to
non-null values; this way, we get error messages.
* configure: Regenerated.

configure
configure.in

index 8fec3a4..8010d42 100755 (executable)
--- a/configure
+++ b/configure
@@ -2811,7 +2811,7 @@ EOF
 
 fi
 
-if test "$ac_cv_lib_readline_readline" = yes -a "$ac_cv_var_rl_getc_function" = no; then
+if test $ac_cv_lib_readline_main = yes -a $ac_cv_var_rl_getc_function = no; then
   echo 'Warning: libreadline is too old on your system.  Need >= 2.1.'
 fi
 
@@ -5255,7 +5255,6 @@ fi; done
 EOF
 cat >> $CONFIG_STATUS <<EOF
 
-
 EOF
 cat >> $CONFIG_STATUS <<\EOF
 test -z "$CONFIG_HEADERS" || echo timestamp > libguile/stamp-h
index 1ec758e..8ab0fe9 100644 (file)
@@ -113,7 +113,7 @@ if test "$ac_cv_var_rl_getc_function" = "yes"; then
   AC_DEFINE(HAVE_RL_GETC_FUNCTION)
 fi
 
-if test "$ac_cv_lib_readline_main" = yes -a "$ac_cv_var_rl_getc_function" = no; then
+if test $ac_cv_lib_readline_main = yes -a $ac_cv_var_rl_getc_function = no; then
   echo 'Warning: libreadline is too old on your system.  Need >= 2.1.'
 fi