Skip to content

Commit

Permalink
Support gcc 5.2 detection for boost
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlexis authored and mind04 committed Aug 24, 2015
1 parent 0a344bc commit 09bec1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions m4/boost.m4
Original file line number Diff line number Diff line change
Expand Up @@ -1295,6 +1295,8 @@ if test x$boost_cv_inc_path != xno; then
# I'm not sure about my test for `il' (be careful: Intel's ICC pre-defines
# the same defines as GCC's).
for i in \
_BOOST_mingw_test(5, 2) \
_BOOST_gcc_test(5, 2) \
_BOOST_mingw_test(5, 1) \
_BOOST_gcc_test(5, 1) \
_BOOST_mingw_test(5, 0) \
Expand Down

0 comments on commit 09bec1f

Please sign in to comment.