Skip to content

Commit 09bec1f

Browse files
pieterlexismind04
authored andcommitted
Support gcc 5.2 detection for boost
1 parent 0a344bc commit 09bec1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

m4/boost.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,6 +1295,8 @@ if test x$boost_cv_inc_path != xno; then
12951295
# I'm not sure about my test for `il' (be careful: Intel's ICC pre-defines
12961296
# the same defines as GCC's).
12971297
for i in \
1298+
_BOOST_mingw_test(5, 2) \
1299+
_BOOST_gcc_test(5, 2) \
12981300
_BOOST_mingw_test(5, 1) \
12991301
_BOOST_gcc_test(5, 1) \
13001302
_BOOST_mingw_test(5, 0) \

0 commit comments

Comments
 (0)