Searched refs:python_ok (Results 1 – 2 of 2) sorted by relevance
1384 AC_MSG_RESULT(yes); python_ok=yes,1385 AC_MSG_RESULT(no: PYTHON DISABLED); python_ok=no)1388 if test $python_ok = yes; then1403 if test "$fail_if_missing" = "yes" -a "$python_ok" != "yes"; then1632 if test "$python_ok" = yes && test "$python3_ok" = yes; then1734 elif test "$python_ok" = yes && test "$enable_pythoninterp" = "dynamic"; then1740 elif test "$python_ok" = yes; then
6556 $as_echo "yes" >&6; }; python_ok=yes6559 $as_echo "no: PYTHON DISABLED" >&6; }; python_ok=no6565 if test $python_ok = yes; then6582 if test "$fail_if_missing" = "yes" -a "$python_ok" != "yes"; then6939 if test "$python_ok" = yes && test "$python3_ok" = yes; then7083 elif test "$python_ok" = yes && test "$enable_pythoninterp" = "dynamic"; then7090 elif test "$python_ok" = yes; then