aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChun Kuan Lee <ken2812221@gmail.com>2018-05-01 13:33:15 +0800
committerChun Kuan Lee <ken2812221@gmail.com>2018-05-01 19:03:28 +0800
commit457c2da2ac92a80c0d94580cd9a2e9b6cf414bd7 (patch)
tree2e0757d46f5048046c87c4e5245d8a5646282842 /configure.ac
parent5a666428b0f11d62af2002bd54a45ff2f79f30cd (diff)
downloadbitcoin-457c2da2ac92a80c0d94580cd9a2e9b6cf414bd7.tar.xz
Remove python2 from configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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)