]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add python3.6 and python3.7 to the search list of python versions
authorOndřej Surý <ondrej@sury.org>
Mon, 26 Nov 2018 14:10:15 +0000 (15:10 +0100)
committerOndřej Surý <ondrej@sury.org>
Tue, 27 Nov 2018 09:33:33 +0000 (10:33 +0100)
(cherry picked from commit da9038e9a0da004ebcd06849138bbf692b187f85)

configure
configure.ac

index 81ca6584f4611330a2954c668acf6801c1cdbf20..34f5ad4d3272018a553c933ef540c7ac10ac6bda 100755 (executable)
--- a/configure
+++ b/configure
@@ -12531,7 +12531,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)'
index 328daa2c075674842be3416254ee0aa930f6c881..42396a0159e0678387d05d20776f7141ab02c5cc 100644 (file)
@@ -248,7 +248,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)'