summaryrefslogtreecommitdiffstats
path: root/src/configure.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-26 21:27:36 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-26 21:27:36 +0200
commiteec2981bbee42411044800bc23731ebcc82b5b66 (patch)
tree796bcfbbdef076a983d7b2d64c7d5ce89f9df28c /src/configure.in
parent97baee80f0906ee2f651ee1215ec033e84f866ad (diff)
patch 7.4.2105v7.4.2105
Problem: Configure reports default features to be "normal" while it is "huge". Solution: Change the default text.
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in
index 279ed47227..504aca67b3 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -437,7 +437,7 @@ fi
dnl Check user requested features.
AC_MSG_CHECKING(--with-features argument)
-AC_ARG_WITH(features, [ --with-features=TYPE tiny, small, normal, big or huge (default: normal)],
+AC_ARG_WITH(features, [ --with-features=TYPE tiny, small, normal, big or huge (default: huge)],
features="$withval"; AC_MSG_RESULT($features),
features="huge"; AC_MSG_RESULT(Defaulting to huge))