Skip to content

Commit 40169dc

Browse files
fanquakeluke-jr
authored andcommitted
Set minimum required Boost to 1.47.0
Github-Pull: #8920 Rebased-From: 6dd3723
1 parent c134d92 commit 40169dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

configure.ac

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,11 @@ fi
615615

616616
if test x$use_boost = xyes; then
617617

618+
dnl Minimum required Boost version
619+
define(MINIMUM_REQUIRED_BOOST, 1.47.0)
620+
618621
dnl Check for boost libs
619-
AX_BOOST_BASE
622+
AX_BOOST_BASE([MINIMUM_REQUIRED_BOOST])
620623
AX_BOOST_SYSTEM
621624
AX_BOOST_FILESYSTEM
622625
AX_BOOST_PROGRAM_OPTIONS

0 commit comments

Comments
 (0)