summaryrefslogtreecommitdiff
path: root/src/configure.ac
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-04-21 11:57:59 +0200
committerBram Moolenaar <Bram@vim.org>2021-04-21 11:57:59 +0200
commit16678eb50f7fcb7138600bd0364edb2c9def8cb8 (patch)
tree588cbbf5d817c9b8c8853f3d0014168f4c3666e9 /src/configure.ac
parentd23f8bde5cd16b7752cc4a73da106673839ed824 (diff)
downloadvim-git-16678eb50f7fcb7138600bd0364edb2c9def8cb8.tar.gz
patch 8.2.2794: Linux users don't know how to get ncursesv8.2.2794
Problem: Linux users don't know how to get ncurses. Solution: Add the name of the package. (closes #8132)
Diffstat (limited to 'src/configure.ac')
-rw-r--r--src/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure.ac b/src/configure.ac
index 8be5972a8..657cc97f7 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -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