mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 18:53:23 -03:00
Set minimum required Boost to 1.47.0
This commit is contained in:
parent
282abd8358
commit
6dd3723722
1 changed files with 4 additions and 1 deletions
|
@ -589,8 +589,11 @@ fi
|
||||||
|
|
||||||
if test x$use_boost = xyes; then
|
if test x$use_boost = xyes; then
|
||||||
|
|
||||||
|
dnl Minimum required Boost version
|
||||||
|
define(MINIMUM_REQUIRED_BOOST, 1.47.0)
|
||||||
|
|
||||||
dnl Check for boost libs
|
dnl Check for boost libs
|
||||||
AX_BOOST_BASE
|
AX_BOOST_BASE([MINIMUM_REQUIRED_BOOST])
|
||||||
AX_BOOST_SYSTEM
|
AX_BOOST_SYSTEM
|
||||||
AX_BOOST_FILESYSTEM
|
AX_BOOST_FILESYSTEM
|
||||||
AX_BOOST_PROGRAM_OPTIONS
|
AX_BOOST_PROGRAM_OPTIONS
|
||||||
|
|
Loading…
Add table
Reference in a new issue