Page MenuHomePhabricator

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

Authored by Fabien on Jul 4 2019, 15:06.

Details

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

Check that configure does not fail.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable