From f9b2ac7da8fc2b73ba0683490d3094a105f0ff58 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 28 Feb 2022 07:57:03 +0200 Subject: [PATCH 50/50] Refresh gnulib-common.m4 from gnulib upstream Serial number has not been increased. See osdn #43993 Signed-off-by: Marko Lindqvist --- dependencies/m4/gnulib-common.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dependencies/m4/gnulib-common.m4 b/dependencies/m4/gnulib-common.m4 index dbc4079614..c5ced04f18 100644 --- a/dependencies/m4/gnulib-common.m4 +++ b/dependencies/m4/gnulib-common.m4 @@ -69,7 +69,9 @@ AC_DEFUN([gl_COMMON_BODY], [ [/* Attributes. */ #if (defined __has_attribute \ && (!defined __clang_minor__ \ - || 3 < __clang_major__ + (5 <= __clang_minor__))) + || (defined __apple_build_version__ \ + ? 6000000 <= __apple_build_version__ \ + : 3 < __clang_major__ + (5 <= __clang_minor__)))) # define _GL_HAS_ATTRIBUTE(attr) __has_attribute (__##attr##__) #else # define _GL_HAS_ATTRIBUTE(attr) _GL_ATTR_##attr -- 2.34.1