build: correct help message about missing readline + termcap libraries

This commit is contained in:
Dan Williams 2015-05-11 10:33:21 -05:00
parent c8236ea694
commit 21fef6a357

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"