We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a66642 + 457c2da commit a024a18Copy full SHA for a024a18
configure.ac
@@ -84,7 +84,7 @@ AC_PATH_TOOL(STRIP, strip)
84
AC_PATH_TOOL(GCOV, gcov)
85
AC_PATH_PROG(LCOV, lcov)
86
dnl Python 3.x is supported from 3.4 on (see https://github.com/bitcoin/bitcoin/issues/7893)
87
-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])
88
AC_PATH_PROG(GENHTML, genhtml)
89
AC_PATH_PROG([GIT], [git])
90
AC_PATH_PROG(CCACHE,ccache)
0 commit comments