Lines Matching refs:features

32 dnl Check that the C99 features that Vim uses are supported:
35 dnl for the specific features Vim uses
81 [ --enable-fail-if-missing Fail if dependencies on additional features
493 dnl Check user requested features.
495 AC_MSG_CHECKING(--with-features argument)
496 AC_ARG_WITH(features, [ --with-features=TYPE tiny, small, normal, big or huge (default: huge)], optwith
497 features="$withval"; AC_MSG_RESULT($features),
498 features="huge"; AC_MSG_RESULT(Defaulting to huge))
502 case "$features" in
511 *) AC_MSG_RESULT([Sorry, $features is not supported]) ;;
552 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
553 AC_MSG_ERROR([cannot use Lua with tiny or small features])
1038 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
1039 AC_MSG_ERROR([cannot use Perl with tiny or small features])
1186 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
1187 AC_MSG_ERROR([cannot use Python with tiny or small features])
1420 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
1421 AC_MSG_ERROR([cannot use Python with tiny or small features])
1931 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
1932 AC_MSG_ERROR([cannot use Ruby with tiny or small features])
2043 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
2044 AC_MSG_RESULT([cannot use NetBeans with tiny or small features])
2058 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
2059 AC_MSG_RESULT([cannot use channels with tiny or small features])
2165 if test "$enable_terminal" = "yes" || test "$enable_terminal" = "auto" -a "x$features" = "xhuge" ; …
2166 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
2167 AC_MSG_RESULT([cannot use terminal emulator with tiny or small features])
2214 dnl Right-to-Left language support for Vim will be included with big features,
2227 dnl Arabic language support for Vim will be included with big features,
3747 if test "$features" = "big" -o "$features" = "huge"; then
3788 if test "$features" = "big" -o "$features" = "huge"; then
4414 if test $have_gettext = "yes" -a "x$features" != "xtiny" -a "x$features" != "xsmall"; then
4530 if test "$features" = "tiny"; then