diff options
author | Dan Williams <dcbw@redhat.com> | 2015-05-11 10:33:21 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2015-05-11 10:33:21 -0500 |
commit | c6dc7eaeb7635784970d02d2accfe61e84d25beb (patch) | |
tree | 211dac09c370604d20d8988bb288582159f6c540 /m4 | |
parent | 95af989e921bdb903ac724d74d60c1c79ca6faa0 (diff) |
build: correct help message about missing readline + termcap libraries
Diffstat (limited to '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 fe56c5bfc..af32fdaff 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" |