Skip to content

Commit

Permalink
BUILD: Extend boost.m4 to recognize gcc 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed May 5, 2019
1 parent 5a16bf7 commit 8fff8de
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 @@ -1517,6 +1517,7 @@ if test x$boost_cv_inc_path != xno; then
_BOOST_clang_test(3, 2) \
_BOOST_clang_test(3, 1) \
_BOOST_clang_test(3, 0) \
_BOOST_gcc_test(9, 1) \
_BOOST_gcc_test(9, 0) \
_BOOST_gcc_test(8, 3) \
_BOOST_gcc_test(8, 2) \
Expand Down

0 comments on commit 8fff8de

Please sign in to comment.