Home
last modified time | relevance | path

Searched refs:fail_if_missing (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dconfigure.ac80 AC_ARG_ENABLE(fail_if_missing, optenable
83 [fail_if_missing="yes"],
84 [fail_if_missing="no"])
85 AC_MSG_RESULT($fail_if_missing)
750 if test "$fail_if_missing" = "yes" -a "$lua_ok" != "yes"; then
1169 if test "$fail_if_missing" = "yes" -a "$perl_ok" != "yes"; then
1403 if test "$fail_if_missing" = "yes" -a "$python_ok" != "yes"; then
1620 if test "$fail_if_missing" = "yes" -a "$python3_ok" != "yes"; then
1915 if test "$fail_if_missing" = "yes" -a -z "$TCL_SRC"; then
2019 if test "$fail_if_missing" = "yes" -a -z "$RUBY_OBJ"; then
[all …]
/vim-8.2.3635/src/auto/
H A Dconfigure4475 enableval=$enable_fail_if_missing; fail_if_missing="yes"
4477 fail_if_missing="no"
4480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $fail_if_missing" >&5
4481 $as_echo "$fail_if_missing" >&6; }
5620 if test "$fail_if_missing" = "yes" -a "$lua_ok" != "yes"; then
6232 if test "$fail_if_missing" = "yes" -a "$perl_ok" != "yes"; then
6582 if test "$fail_if_missing" = "yes" -a "$python_ok" != "yes"; then
6929 if test "$fail_if_missing" = "yes" -a "$python3_ok" != "yes"; then
7509 if test "$fail_if_missing" = "yes" -a -z "$TCL_SRC"; then
7672 if test "$fail_if_missing" = "yes" -a -z "$RUBY_OBJ"; then
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt12571 Solution: Add the --enable-fail_if_missing argument. (Shlomi Fish)
17213 Problem: fail_if_missing not used for Python 3.