1
0
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:
Bram Moolenaar
2021-04-21 11:57:59 +02:00
parent d23f8bde5c
commit 16678eb50f
3 changed files with 4 additions and 0 deletions

1
src/auto/configure vendored
View File

@@ -12071,6 +12071,7 @@ $as_echo "yes" >&6; }
else else
as_fn_error $? "NOT FOUND! as_fn_error $? "NOT FOUND!
You need to install a terminal library; for example ncurses. 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 Or specify the name of the library with --with-tlib." "$LINENO" 5
fi fi
rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext \

View File

@@ -3482,6 +3482,7 @@ if test "x$olibs" = "x$LIBS"; then
AC_MSG_RESULT(yes), AC_MSG_RESULT(yes),
AC_MSG_ERROR([NOT FOUND! AC_MSG_ERROR([NOT FOUND!
You need to install a terminal library; for example ncurses. 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.])) Or specify the name of the library with --with-tlib.]))
fi fi

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
2794,
/**/ /**/
2793, 2793,
/**/ /**/