Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dconfigure.ac1602 AC_MSG_RESULT(yes); python3_ok=yes,
1603 AC_MSG_RESULT(no: PYTHON3 DISABLED); python3_ok=no)
1606 if test "$python3_ok" = yes; then
1620 if test "$fail_if_missing" = "yes" -a "$python3_ok" != "yes"; then
1632 if test "$python_ok" = yes && test "$python3_ok" = yes; then
1756 elif test "$python3_ok" = yes && test "$enable_python3interp" = "dynamic"; then
1762 elif test "$python3_ok" = yes; then
/vim-8.2.3635/src/auto/
H A Dconfigure6904 $as_echo "yes" >&6; }; python3_ok=yes
6907 $as_echo "no: PYTHON3 DISABLED" >&6; }; python3_ok=no
6913 if test "$python3_ok" = yes; then
6929 if test "$fail_if_missing" = "yes" -a "$python3_ok" != "yes"; then
6939 if test "$python_ok" = yes && test "$python3_ok" = yes; then
7122 elif test "$python3_ok" = yes && test "$enable_python3interp" = "dynamic"; then
7129 elif test "$python3_ok" = yes; then