Skip to content

Commit

Permalink
Build: Set minimum Boost version to 1.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzbawls committed Jun 23, 2020
1 parent 129563c commit 249c442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ fi
if test x$use_boost = xyes; then

dnl Minimum required Boost version
define(MINIMUM_REQUIRED_BOOST, 1.47.0)
define(MINIMUM_REQUIRED_BOOST, 1.57.0)

dnl Check for boost libs
AX_BOOST_BASE([MINIMUM_REQUIRED_BOOST])
Expand Down

0 comments on commit 249c442

Please sign in to comment.