summaryrefslogtreecommitdiffstats
path: root/src/auto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-20 22:11:59 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-20 22:11:59 +0100
commit23c4f7183cca0ff8d2c5c2ef9a5c62f6307e07ea (patch)
treece8f77eb2e5246036ef53ce9d86bc709a4ee65ea /src/auto
parent17576a1e33d71b5602cee86bf220a806c8412605 (diff)
patch 7.4.1145v7.4.1145
Problem: Default features are conservative. Solution: Make the default feature set for most of todays systems "huge".
Diffstat (limited to 'src/auto')
-rwxr-xr-xsrc/auto/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auto/configure b/src/auto/configure
index ed8ca6aa95..96e50935ee 100755
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -4763,8 +4763,8 @@ if test "${with_features+set}" = set; then :
withval=$with_features; features="$withval"; { $as_echo "$as_me:${as_lineno-$LINENO}: result: $features" >&5
$as_echo "$features" >&6; }
else
- features="normal"; { $as_echo "$as_me:${as_lineno-$LINENO}: result: Defaulting to normal" >&5
-$as_echo "Defaulting to normal" >&6; }
+ features="huge"; { $as_echo "$as_me:${as_lineno-$LINENO}: result: Defaulting to huge" >&5
+$as_echo "Defaulting to huge" >&6; }
fi