Skip to content

Commit

Permalink
BUILD: Extend boost.m4 to recognize gcc 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Dec 29, 2017
1 parent 9cb8471 commit c410b98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m4/boost.m4
Original file line number Diff line number Diff line change
Expand Up @@ -1433,6 +1433,7 @@ if test x$boost_cv_inc_path != xno; then
for i in \
_BOOST_gcc_test(7, 1) \
_BOOST_gcc_test(7, 0) \
_BOOST_gcc_test(6, 4) \
_BOOST_gcc_test(6, 3) \
_BOOST_gcc_test(6, 2) \
_BOOST_gcc_test(6, 1) \
Expand Down

0 comments on commit c410b98

Please sign in to comment.