# 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 -r a99bbbcf743c -r 5e72998000fb m4/acinclude.m4 --- a/m4/acinclude.m4 Sun Dec 15 19:31:18 2013 -0800 +++ b/m4/acinclude.m4 Mon Dec 16 11:41:30 2013 -0500 @@ -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"