mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-09-08 12:52:00 +00:00
Set minimum required Boost to 1.47.0
Github-Pull: #8920 Rebased-From: 6dd37237222f7102e223ece948150cb5c5087e3c
This commit is contained in:
parent
c134d9206d
commit
40169dcda9
@ -615,8 +615,11 @@ fi
|
||||
|
||||
if test x$use_boost = xyes; then
|
||||
|
||||
dnl Minimum required Boost version
|
||||
define(MINIMUM_REQUIRED_BOOST, 1.47.0)
|
||||
|
||||
dnl Check for boost libs
|
||||
AX_BOOST_BASE
|
||||
AX_BOOST_BASE([MINIMUM_REQUIRED_BOOST])
|
||||
AX_BOOST_SYSTEM
|
||||
AX_BOOST_FILESYSTEM
|
||||
AX_BOOST_PROGRAM_OPTIONS
|
||||
|
Loading…
x
Reference in New Issue
Block a user