diff options
Diffstat (limited to 'm4/ax_lib_readline.m4')
| -rw-r--r-- | m4/ax_lib_readline.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_lib_readline.m4 b/m4/ax_lib_readline.m4 index fe56c5bf..af32fdaf 100644 --- a/m4/ax_lib_readline.m4 +++ b/m4/ax_lib_readline.m4 @@ -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" |