mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-25 22:34:27 +00:00
[build] Warn that only libconsensus can be built without boost
This commit is contained in:
parent
62fdf9b070
commit
3eb4d4595c
@ -761,6 +761,9 @@ define(MINIMUM_REQUIRED_BOOST, 1.47.0)
|
|||||||
|
|
||||||
dnl Check for boost libs
|
dnl Check for boost libs
|
||||||
AX_BOOST_BASE([MINIMUM_REQUIRED_BOOST])
|
AX_BOOST_BASE([MINIMUM_REQUIRED_BOOST])
|
||||||
|
if test x$want_boost = xno; then
|
||||||
|
AC_MSG_ERROR([[only libbitcoinconsensus can be built without boost]])
|
||||||
|
fi
|
||||||
AX_BOOST_SYSTEM
|
AX_BOOST_SYSTEM
|
||||||
AX_BOOST_FILESYSTEM
|
AX_BOOST_FILESYSTEM
|
||||||
AX_BOOST_PROGRAM_OPTIONS
|
AX_BOOST_PROGRAM_OPTIONS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user