Skip to content

Commit

Permalink
build: fix python detection post bitcoin#23182
Browse files Browse the repository at this point in the history
23182 was broken. Fix up the changes, and add python3.11 as suggested.
  • Loading branch information
fanquake authored and jagdeep sidhu committed Oct 20, 2021
1 parent 4ded13d commit 486d17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -107,7 +107,7 @@ AC_PATH_TOOL(GCOV, gcov)
AC_PATH_TOOL(LLVM_COV, llvm-cov)
AC_PATH_PROG(LCOV, lcov)
dnl Python 3.6 is specified in .python-version and should be used if available, see doc/dependencies.md
AC_PATH_PROGS([PYTHON], [python3.6 python3.7 python3.8 python3.9, python3.10, python3 python])
AC_PATH_PROGS([PYTHON], [python3.6 python3.7 python3.8 python3.9 python3.10 python3.11 python3 python])
AC_PATH_PROG(GENHTML, genhtml)
AC_PATH_PROG([GIT], [git])
AC_PATH_PROG(CCACHE,ccache)
Expand Down

0 comments on commit 486d17c

Please sign in to comment.