Fine tuning about ./configure option --disable-libreadline

This commit is contained in:
2008-10-02 11:09:20 +00:00
parent 4d6d7e5699
commit 9fc52dc0ef
4 changed files with 4 additions and 4 deletions

View File

@ -96,7 +96,7 @@ else
fi
AC_ARG_ENABLE(libreadline,
[ --enable-libreadline Enable use of libreadline [default=yes]],
[ --enable-libreadline Enable use of libreadline by xorriso, default=yes],
, enable_libreadline=yes)
if test x$enable_libreadline = xyes; then
dnl Check whether there is readline-devel and readline-runtime.