diff aclocal.m4 @ 3825:74255bd05bdd

[project @ 2001-04-26 19:50:03 by jwe]
author jwe
date Thu, 26 Apr 2001 19:50:03 +0000
parents 0ee55719541a
children 47ee5e57a350
line wrap: on
line diff
--- a/aclocal.m4	Thu Apr 26 17:07:22 2001 +0000
+++ b/aclocal.m4	Thu Apr 26 19:50:03 2001 +0000
@@ -979,6 +979,7 @@
     [  --enable-readline       use readline library (default is yes)],
     [if test "$enableval" = no; then
        USE_READLINE=false
+       warn_readline="command editing and history features require GNU Readline"
      fi])
   if $USE_READLINE; then
     AC_CHECK_LIB(readline, rl_set_keyboard_input_timeout, [