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 | 25226fb260a6b5f93187b707ec35f06637fbe710 (patch) | |
tree | fe9419b4d0f557dae9dd35551e7d625352bc3fae /configure.ac | |
parent | 6107a2127bf33059fb27fe0a57f24f1b21ef51aa (diff) | |
parent | d6d3f8486dbac9837a793f431dcd58505e7274e4 (diff) | |
download | tor-25226fb260a6b5f93187b707ec35f06637fbe710.tar.gz tor-25226fb260a6b5f93187b707ec35f06637fbe710.zip |
Merge branch 'maint-0.3.1' into maint-0.3.2
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 b5cacd06a4..c883279a60 100644 --- a/configure.ac +++ b/configure.ac @@ -248,7 +248,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 |