mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 16:00:21 +01:00
build: correct help message about missing readline + termcap libraries
(cherry picked from commit 21fef6a357)
This commit is contained in:
parent
14c2c6f3f9
commit
5e7e59b040
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue