summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/auto/configure1
-rw-r--r--src/configure.ac1
-rw-r--r--src/version.c2
3 files changed, 4 insertions, 0 deletions
diff --git a/src/auto/configure b/src/auto/configure
index 7cd91ab90b..934b34c24e 100755
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -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 \
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
diff --git a/src/version.c b/src/version.c
index 07a1e044fd..a023335241 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2794,
+/**/
2793,
/**/
2792,