mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-27 04:43:08 -04:00
Add python3.6 and python3.7 to the search list of python versions
This commit is contained in:
parent
c5b8bc0e15
commit
da9038e9a0
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -12187,7 +12187,7 @@ else
|
|||
fi
|
||||
|
||||
|
||||
python="python python3 python3.5 python3.4 python3.3 python3.2 python2 python2.7"
|
||||
python="python python3 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python2 python2.7"
|
||||
|
||||
testargparse='try: import argparse
|
||||
except: exit(1)'
|
||||
|
|
|
|||
|
|
@ -190,7 +190,7 @@ AC_ARG_WITH(python-install-dir,
|
|||
[installation directory for Python modules]),
|
||||
use_python_install_dir="$withval", use_python_install_dir="unspec")
|
||||
|
||||
python="python python3 python3.5 python3.4 python3.3 python3.2 python2 python2.7"
|
||||
python="python python3 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python2 python2.7"
|
||||
|
||||
testargparse='try: import argparse
|
||||
except: exit(1)'
|
||||
|
|
|
|||
Loading…
Reference in a new issue