build: correct help message about missing readline + termcap libraries

(cherry picked from commit 21fef6a357)
This commit is contained in:
Dan Williams 2015-05-11 10:33:21 -05:00
parent 14c2c6f3f9
commit 5e7e59b040

View file

@ -87,7 +87,7 @@ AC_DEFUN([AX_LIB_READLINE], [
])
if test -z "$ax_cv_lib_readline"; then
AC_MSG_ERROR([readline library with terminfo support is required (one of ncurses, curses, or termcap)])
AC_MSG_ERROR([readline library with terminfo support is required (one of readline, edit, or editline, AND one of ncurses, curses, or termcap)])
fi
ORIG_LIBS="$LIBS"