# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1387212090 18000 # Node ID 5e72998000fb3cec6a4833f6a21d29b7de0bdd07 # Parent a99bbbcf743c67792753524ed00709bedc411e57 acinclude.m4 (OCTAVE_ENABLE_READLINE): correct the help for --disable-readline diff --git a/m4/acinclude.m4 b/m4/acinclude.m4 --- a/m4/acinclude.m4 +++ b/m4/acinclude.m4 @@ -1396,7 +1396,7 @@ READLINE_LIBS= AC_ARG_ENABLE([readline], [AS_HELP_STRING([--disable-readline], - [use readline library])], + [do not use readline library])], [if test "$enableval" = no; then USE_READLINE=no warn_readline="command editing and history features require GNU Readline"