[build] Check for Python 3 in configure.ac (#18625)
commit0f47ea5d8088ede472650da47bf58e5a0e063ad4
authorRyan Lucia <rylucia@microsoft.com>
Mon, 3 Feb 2020 13:45:49 +0000 (3 08:45 -0500)
committerGitHub <noreply@github.com>
Mon, 3 Feb 2020 13:45:49 +0000 (3 08:45 -0500)
treebb141af596b8d1872985e284e4e604848c6bc6f5
parent9ea350ed3c963c77f0f4f77ec590cc3c84773424
[build] Check for Python 3 in configure.ac (#18625)

I fear this causing packaging problems, but as-is we require Python 3 for most of our Python files but don't actually check for that in configure. We should be consistent about this. Some projects (notably wasm) also use the Python version detected here, so bumping this will also bump the version used in those cases (a good thing, since there are some known bugs when using the scripts with Python 2).
configure.ac