3 # Find the version of `python` to use (for the testsuite driver)
5 AC_DEFUN([FIND_PYTHON],[
6 dnl Prefer the mingw64 distribution on Windows due to #17483.
7 AC_PATH_PROG([PYTHON], [python3], [], [/mingw64/bin $PATH])
8 if test "$HostOS" = "mingw32"
10 PythonCmd=$(cygpath -m "$PYTHON")