diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-17 19:10:45 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-01-07 13:13:02 -0500 |
commit | 34bc02c7bc8b7e8c267e6da9a8c35a6c25f1b72e (patch) | |
tree | ae7175fb5d72c632a5e50984ffa32d39585d67aa /distrib | |
parent | acf40cae24dab7be7c719dba191daa5cf9f7e676 (diff) | |
download | haskell-34bc02c7bc8b7e8c267e6da9a8c35a6c25f1b72e.tar.gz |
configure: Find Python3 for testsuite
In addition, we prefer the Mingw64 Python distribution on Windows due
to #17483.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/configure.ac.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index 027df47db8..c3df6203b5 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -77,6 +77,9 @@ dnl ** Find the path to sed ** # AC_PATH_PROG(SedCmd,gsed sed,sed) +dnl ** check for Python for testsuite driver +FIND_PYTHON + XCODE_VERSION() dnl ** Which gcc to use? |