diff options
author | Chun Kuan Lee <ken2812221@gmail.com> | 2018-05-01 13:33:15 +0800 |
---|---|---|
committer | Chun Kuan Lee <ken2812221@gmail.com> | 2018-05-01 19:03:28 +0800 |
commit | 457c2da2ac92a80c0d94580cd9a2e9b6cf414bd7 (patch) | |
tree | 2e0757d46f5048046c87c4e5245d8a5646282842 | |
parent | 5a666428b0f11d62af2002bd54a45ff2f79f30cd (diff) |
Remove python2 from configure.ac
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b68fd8fc58..ce9e683eda 100644 --- a/configure.ac +++ b/configure.ac @@ -84,7 +84,7 @@ AC_PATH_TOOL(STRIP, strip) AC_PATH_TOOL(GCOV, gcov) AC_PATH_PROG(LCOV, lcov) dnl Python 3.x is supported from 3.4 on (see https://github.com/bitcoin/bitcoin/issues/7893) -AC_PATH_PROGS([PYTHON], [python3.6 python3.5 python3.4 python3 python2.7 python2 python]) +AC_PATH_PROGS([PYTHON], [python3.7 python3.6 python3.5 python3.4 python3 python]) AC_PATH_PROG(GENHTML, genhtml) AC_PATH_PROG([GIT], [git]) AC_PATH_PROG(CCACHE,ccache) |