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 | 21fef6a3573f18c2490aa65815b020ccf92f893d (patch) | |
tree | 211dac09c370604d20d8988bb288582159f6c540 | |
parent | c8236ea694c6c82d48e601368bb2e42f5b1ed26f (diff) | |
download | NetworkManager-21fef6a3573f18c2490aa65815b020ccf92f893d.tar.gz |
build: correct help message about missing readline + termcap libraries
-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 fe56c5bfc5..af32fdaff7 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" |