Skip to content

Commit 6dd3723

Browse files
committed
Set minimum required Boost to 1.47.0
1 parent 282abd8 commit 6dd3723

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
@@ -589,8 +589,11 @@ fi
589589

590590
if test x$use_boost = xyes; then
591591

592+
dnl Minimum required Boost version
593+
define(MINIMUM_REQUIRED_BOOST, 1.47.0)
594+
592595
dnl Check for boost libs
593-
AX_BOOST_BASE
596+
AX_BOOST_BASE([MINIMUM_REQUIRED_BOOST])
594597
AX_BOOST_SYSTEM
595598
AX_BOOST_FILESYSTEM
596599
AX_BOOST_PROGRAM_OPTIONS

0 commit comments

Comments
 (0)