]> granicus.if.org Git - vim/commitdiff
patch 8.2.2794: Linux users don't know how to get ncurses v8.2.2794
authorBram Moolenaar <Bram@vim.org>
Wed, 21 Apr 2021 09:57:59 +0000 (11:57 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 21 Apr 2021 09:57:59 +0000 (11:57 +0200)
Problem:    Linux users don't know how to get ncurses.
Solution:   Add the name of the package. (closes #8132)

src/auto/configure
src/configure.ac
src/version.c

index 7cd91ab90b0a5cdf656180cbf105c46dd60b442c..934b34c24ee1251b5feee377944b1d137fec10cd 100755 (executable)
@@ -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 \
index 8be5972a83a49c2ce68d0a441dcfc1a361015f3e..657cc97f702c4bd65e02def9f8c33976a3fcd59f 100644 (file)
@@ -3482,6 +3482,7 @@ if test "x$olibs" = "x$LIBS"; then
        AC_MSG_RESULT(yes),
        AC_MSG_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.]))
 fi
 
index 07a1e044fdf917659981423bb6d71b6895c6e058..a0233352418b35c3d05e430b86565b1707c147f6 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2794,
 /**/
     2793,
 /**/