diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2019-01-29 18:59:12 +0100 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2019-01-30 11:31:15 +0100 |
commit | 0890339fb337de7690d501a5436657a9d996e5a7 (patch) | |
tree | 931ae4e7903bc206e5d05e7d8175605ef63d9dc1 /contrib | |
parent | 7275365c9bc7e7ebd6bbf7dcb251946aac44b5de (diff) |
build: prefer python3.4 even if newer versions are present on the system
Python 3.4 is the mimimum supported version according to doc/dependencies.md
Systems with PyEnv ensure (via .python-version) that Python 3.4 is used
for the functional tests. However make check calls bitcoin-util-test.py
using the Python command found by configure.ac, which looks system wide.
On systems with multiple versions of Python this would cause make check
to fail, as it tries to call a version of Python that PyEnv blocks.
This is solved by preferring python3.4 in configure.ac
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions