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 | c08102ea777ddaaa8404021a1c8b84082f5eff8b (patch) | |
tree | 63ddad768f52695498757c5557db1ba9d7b2fdc1 /configure.ac | |
parent | cf0597c3b2eb3baea34205a401acd28b307fc900 (diff) | |
parent | f8dad5a079ac356ef72f14cfddca2d81fd824102 (diff) | |
download | tor-c08102ea777ddaaa8404021a1c8b84082f5eff8b.tar.gz tor-c08102ea777ddaaa8404021a1c8b84082f5eff8b.zip |
Merge branch 'maint-0.3.3' into maint-0.3.4
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 afc4883330..f557faf1c6 100644 --- a/configure.ac +++ b/configure.ac @@ -300,7 +300,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 |