Home
last modified time | relevance | path

Searched refs:python_ok (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dconfigure.ac1384 AC_MSG_RESULT(yes); python_ok=yes,
1385 AC_MSG_RESULT(no: PYTHON DISABLED); python_ok=no)
1388 if test $python_ok = yes; then
1403 if test "$fail_if_missing" = "yes" -a "$python_ok" != "yes"; then
1632 if test "$python_ok" = yes && test "$python3_ok" = yes; then
1734 elif test "$python_ok" = yes && test "$enable_pythoninterp" = "dynamic"; then
1740 elif test "$python_ok" = yes; then
/vim-8.2.3635/src/auto/
H A Dconfigure6556 $as_echo "yes" >&6; }; python_ok=yes
6559 $as_echo "no: PYTHON DISABLED" >&6; }; python_ok=no
6565 if test $python_ok = yes; then
6582 if test "$fail_if_missing" = "yes" -a "$python_ok" != "yes"; then
6939 if test "$python_ok" = yes && test "$python3_ok" = yes; then
7083 elif test "$python_ok" = yes && test "$enable_pythoninterp" = "dynamic"; then
7090 elif test "$python_ok" = yes; then