Skip to content

Commit

Permalink
Set minimum required Boost to 1.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Oct 17, 2016
1 parent 282abd8 commit 6dd3723
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configure.ac
Expand Up @@ -589,8 +589,11 @@ fi

if test x$use_boost = xyes; then

dnl Minimum required Boost version
define(MINIMUM_REQUIRED_BOOST, 1.47.0)

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

0 comments on commit 6dd3723

Please sign in to comment.