changeset 18140:5e72998000fb stable

acinclude.m4 (OCTAVE_ENABLE_READLINE): correct the help for --disable-readline
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 16 Dec 2013 11:41:30 -0500
parents a99bbbcf743c
children d9a9e13826e6
files m4/acinclude.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"