comparison src/configure.in @ 7693:6157052a0e58 v7.4.1145

commit https://github.com/vim/vim/commit/23c4f7183cca0ff8d2c5c2ef9a5c62f6307e07ea Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 20 22:11:59 2016 +0100 patch 7.4.1145 Problem: Default features are conservative. Solution: Make the default feature set for most of todays systems "huge".
author Christian Brabandt <cb@256bit.org>
date Wed, 20 Jan 2016 22:15:06 +0100
parents 77a14f3bc18b
children 6069f43cea4e
comparison
equal deleted inserted replaced
7692:2252cd6501d3 7693:6157052a0e58
434 dnl Check user requested features. 434 dnl Check user requested features.
435 435
436 AC_MSG_CHECKING(--with-features argument) 436 AC_MSG_CHECKING(--with-features argument)
437 AC_ARG_WITH(features, [ --with-features=TYPE tiny, small, normal, big or huge (default: normal)], 437 AC_ARG_WITH(features, [ --with-features=TYPE tiny, small, normal, big or huge (default: normal)],
438 features="$withval"; AC_MSG_RESULT($features), 438 features="$withval"; AC_MSG_RESULT($features),
439 features="normal"; AC_MSG_RESULT(Defaulting to normal)) 439 features="huge"; AC_MSG_RESULT(Defaulting to huge))
440 440
441 dovimdiff="" 441 dovimdiff=""
442 dogvimdiff="" 442 dogvimdiff=""
443 case "$features" in 443 case "$features" in
444 tiny) AC_DEFINE(FEAT_TINY) ;; 444 tiny) AC_DEFINE(FEAT_TINY) ;;