Page MenuHomePhabricator

[build] Warn that only libconsensus can be built without boost
ClosedPublic

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

Details

Summary
This replaces the "configure: error: Could not find a version of the
boost_system library!" message you receive when trying to build without
Boost, with "only libbitcoinconsensus can be built without boost".

Backport of core PR11936
https://github.com/bitcoin/bitcoin/pull/11936/files

Test Plan
./autogen.sh
mkdir build aa cd build
../configure --with-boost=no

Check the output:

configure: error: only libbitcoinconsensus can be built without boost

Diff Detail

Repository
rABC Bitcoin ABC
Branch
PR11936
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6664
Build 11375: Bitcoin ABC Buildbot (legacy)
Build 11374: arc lint + arc unit