comparison m4/acinclude.m4 @ 18141: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 46ca76f194cb
children e54cfaae830b 625e3bb65885
comparison
equal deleted inserted replaced
18138:a99bbbcf743c 18141:5e72998000fb
1394 AC_DEFUN([OCTAVE_ENABLE_READLINE], [ 1394 AC_DEFUN([OCTAVE_ENABLE_READLINE], [
1395 USE_READLINE=yes 1395 USE_READLINE=yes
1396 READLINE_LIBS= 1396 READLINE_LIBS=
1397 AC_ARG_ENABLE([readline], 1397 AC_ARG_ENABLE([readline],
1398 [AS_HELP_STRING([--disable-readline], 1398 [AS_HELP_STRING([--disable-readline],
1399 [use readline library])], 1399 [do not use readline library])],
1400 [if test "$enableval" = no; then 1400 [if test "$enableval" = no; then
1401 USE_READLINE=no 1401 USE_READLINE=no
1402 warn_readline="command editing and history features require GNU Readline" 1402 warn_readline="command editing and history features require GNU Readline"
1403 fi]) 1403 fi])
1404 if test $USE_READLINE = yes; then 1404 if test $USE_READLINE = yes; then