From: Otto Moerbeek Date: Mon, 19 Sep 2022 09:25:57 +0000 (+0200) Subject: clang14 has reached MacOS X-Git-Tag: rec-4.8.0-alpha1~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c46730d9de5cb409c260e4d94cb4be3c75a643e5;p=thirdparty%2Fpdns.git clang14 has reached MacOS Also upstreamed: https://github.com/tsuna/boost.m4/pull/129 --- diff --git a/m4/boost.m4 b/m4/boost.m4 index 936ee28d25..d1b6e2c0ca 100644 --- a/m4/boost.m4 +++ b/m4/boost.m4 @@ -22,7 +22,7 @@ # along with this program. If not, see . m4_define([_BOOST_SERIAL], [m4_translit([ -# serial 37 +# serial 38 ], [# ], [])]) @@ -1615,6 +1615,7 @@ 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 \ + "defined __clang__ && __clang_major__ == 14 && __clang_minor__ == 0 @ clang140" \ "defined __clang__ && __clang_major__ == 13 && __clang_minor__ == 0 @ clang130" \ "defined __clang__ && __clang_major__ == 12 && __clang_minor__ == 0 @ clang120" \ "defined __clang__ && __clang_major__ == 11 && __clang_minor__ == 1 @ clang111" \