diff options
| author | MarcoFalke <[email protected]> | 2018-05-01 09:02:44 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-05-01 09:02:46 -0400 |
| commit | a024a1841d6229ef5ed5d9d92b0b320bbf34fb5c (patch) | |
| tree | 2e0757d46f5048046c87c4e5245d8a5646282842 | |
| parent | Merge #12954: util: Refactor logging code into a global object (diff) | |
| parent | Remove python2 from configure.ac (diff) | |
| download | discoin-a024a1841d6229ef5ed5d9d92b0b320bbf34fb5c.tar.xz discoin-a024a1841d6229ef5ed5d9d92b0b320bbf34fb5c.zip | |
Merge #13133: Remove python2 from configure.ac
457c2da2ac Remove python2 from configure.ac (Chun Kuan Lee)
Pull request description:
Tree-SHA512: 6777fe86276156bb2af092bcd679b18ce9dd71258fe843b591bb8a2fc9276ffd8803396adb6f9d8af07289ff85b344b808966d13064329e3449bb66fa0655731
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b68fd8fc5..ce9e683ed 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) |