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

This commit is contained in:
2008-10-02 11:09:20 +00:00
parent e1c4ed7d17
commit c1c033900e
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.