From 16678eb50f7fcb7138600bd0364edb2c9def8cb8 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 21 Apr 2021 11:57:59 +0200 Subject: 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) --- src/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'src/configure.ac') diff --git a/src/configure.ac b/src/configure.ac index 8be5972a83..657cc97f70 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 -- cgit v1.2.3