From: Otto Date: Tue, 21 Dec 2021 10:34:04 +0000 (+0100) Subject: OpenBSD arrived at clang-13 X-Git-Tag: auth-4.7.0-alpha1~85^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11118%2Fhead;p=thirdparty%2Fpdns.git OpenBSD arrived at clang-13 Though I'm wondering *why* this toolchain determination is needed... --- diff --git a/m4/boost.m4 b/m4/boost.m4 index 868899dff0..936ee28d25 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 36 +# serial 37 ], [# ], [])]) @@ -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__ == 13 && __clang_minor__ == 0 @ clang130" \ "defined __clang__ && __clang_major__ == 12 && __clang_minor__ == 0 @ clang120" \ "defined __clang__ && __clang_major__ == 11 && __clang_minor__ == 1 @ clang111" \ "defined __clang__ && __clang_major__ == 11 && __clang_minor__ == 0 @ clang110" \