mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 10:10:28 +01:00
build: correct help message about missing readline + termcap libraries
This commit is contained in:
parent
c8236ea694
commit
21fef6a357
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