Skip to content

Commit 457c2da

Browse files
committed
Remove python2 from configure.ac
1 parent 5a66642 commit 457c2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ AC_PATH_TOOL(STRIP, strip)
8484
AC_PATH_TOOL(GCOV, gcov)
8585
AC_PATH_PROG(LCOV, lcov)
8686
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])
87+
AC_PATH_PROGS([PYTHON], [python3.7 python3.6 python3.5 python3.4 python3 python])
8888
AC_PATH_PROG(GENHTML, genhtml)
8989
AC_PATH_PROG([GIT], [git])
9090
AC_PATH_PROG(CCACHE,ccache)

0 commit comments

Comments
 (0)