diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-26 09:21:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-26 09:21:59 -0400 |
commit | f8dad5a079ac356ef72f14cfddca2d81fd824102 (patch) | |
tree | a4fa9cf26f2a7f83fb2c77f6dd05aed2e87bdab5 /configure.ac | |
parent | 8b108935b25fb7421443a070415a677f9dcde325 (diff) | |
parent | 25226fb260a6b5f93187b707ec35f06637fbe710 (diff) | |
download | tor-f8dad5a079ac356ef72f14cfddca2d81fd824102.tar.gz tor-f8dad5a079ac356ef72f14cfddca2d81fd824102.zip |
Merge branch 'maint-0.3.2' into maint-0.3.3
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0f147351d6..bb0602f132 100644 --- a/configure.ac +++ b/configure.ac @@ -268,7 +268,11 @@ AM_PROG_CC_C_O AC_PROG_CC_C99 AC_ARG_VAR([PYTHON], [path to Python binary]) -AC_CHECK_PROGS(PYTHON, [python python2 python2.7 python3 python3.3]) +AC_CHECK_PROGS(PYTHON, [ \ + python3 \ + python3.8 python3.7 python3.6 python3.5 python3.4 \ + python \ + python2 python2.7]) if test "x$PYTHON" = "x"; then AC_MSG_WARN([Python unavailable; some tests will not be run.]) fi |