HomePhabricator

[build] Don't fail when passed --disable-lcov and lcov isn't available

Description

[build] Don't fail when passed --disable-lcov and lcov isn't available

Summary:
Backport of core PR11611
https://github.com/bitcoin/bitcoin/pull/11611/files

Test Plan:

sudo apt remove lcov
./autogen.sh
mkdir build && cd build
../configure --disable-lcov

Check that configure does not fail.

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D3546

Details

Provenance
fanquake <fanquake@gmail.com>Authored on Nov 5 2017, 06:10
FabienCommitted on Jul 5 2019, 13:44
FabienPushed on Jul 5 2019, 13:44
Reviewer
Restricted Project
Differential Revision
D3546: [build] Don't fail when passed --disable-lcov and lcov isn't available
Parents
rABC62334e945f4e: Use AC_ARG_VAR to set ARFLAGS.
Branches
Unknown
Tags
Unknown