diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-20 22:11:59 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-20 22:11:59 +0100 |
commit | 23c4f7183cca0ff8d2c5c2ef9a5c62f6307e07ea (patch) | |
tree | ce8f77eb2e5246036ef53ce9d86bc709a4ee65ea /src/auto/configure | |
parent | 17576a1e33d71b5602cee86bf220a806c8412605 (diff) | |
download | vim-23c4f7183cca0ff8d2c5c2ef9a5c62f6307e07ea.zip |
patch 7.4.1145
Problem: Default features are conservative.
Solution: Make the default feature set for most of todays systems "huge".
Diffstat (limited to 'src/auto/configure')
-rwxr-xr-x | src/auto/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auto/configure b/src/auto/configure index ed8ca6aa9..96e50935e 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 |