Merge branch 'ondrej/add-python-3.8-check-v9_11' into 'v9_11'

Add python3.8 to the autoconf search list

See merge request isc-projects/bind9!5435
This commit is contained in:
Petr Špaček
2021-09-22 08:54:23 +00:00
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -13127,7 +13127,7 @@ except: exit(1)'
testsetup='try: from distutils.core import setup
except: exit(1)'
default_with_python="python python3 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python2 python2.7"
default_with_python="python python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python2 python2.7"

View File

@@ -272,7 +272,7 @@ except: exit(1)'
testsetup='try: from distutils.core import setup
except: exit(1)'
default_with_python="python python3 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python2 python2.7"
default_with_python="python python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python2 python2.7"
AC_ARG_VAR([PYTHON], [path to python executable])