Skip to content

Commit dd52ec0

Browse files
committed
Make configure detect old Boost.
This minimum version has for some time been documented as 1.55, but its always easier to make the configure command error out if you use an older version and while 1.55 is from 2013, it still happens. So lets make sure we fail configure on a too old boost version.
1 parent 737b809 commit dd52ec0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ fi
592592
if test x$use_boost = xyes; then
593593

594594
dnl Minimum required Boost version
595-
define(MINIMUM_REQUIRED_BOOST, 1.47.0)
595+
define(MINIMUM_REQUIRED_BOOST, 1.55.0)
596596

597597
dnl Check for boost libs
598598
AX_BOOST_BASE([MINIMUM_REQUIRED_BOOST])

0 commit comments

Comments
 (0)