forked from aniani/vim
patch 8.2.2794: Linux users don't know how to get ncurses
Problem: Linux users don't know how to get ncurses. Solution: Add the name of the package. (closes #8132)
This commit is contained in:
1
src/auto/configure
vendored
1
src/auto/configure
vendored
@@ -12071,6 +12071,7 @@ $as_echo "yes" >&6; }
|
||||
else
|
||||
as_fn_error $? "NOT FOUND!
|
||||
You need to install a terminal library; for example ncurses.
|
||||
On Linux that would be the libncurses-dev package.
|
||||
Or specify the name of the library with --with-tlib." "$LINENO" 5
|
||||
fi
|
||||
rm -f core conftest.err conftest.$ac_objext \
|
||||
|
||||
Reference in New Issue
Block a user