From effc41dc945a9f6304394c06a6697e78e8308c76 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 17 Jan 2023 02:53:02 +0200 Subject: [PATCH 28/28] Refresh gnulib-common.m4 from gnulib upstream Serial has not been bumped. See osdn #46516 Signed-off-by: Marko Lindqvist --- dependencies/m4/gnulib-common.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/m4/gnulib-common.m4 b/dependencies/m4/gnulib-common.m4 index 26239caa2b..2db3376b01 100644 --- a/dependencies/m4/gnulib-common.m4 +++ b/dependencies/m4/gnulib-common.m4 @@ -71,7 +71,7 @@ AC_DEFUN([gl_COMMON_BODY], [ && (!defined __clang_minor__ \ || (defined __apple_build_version__ \ ? 6000000 <= __apple_build_version__ \ - : 3 < __clang_major__ + (5 <= __clang_minor__)))) + : 5 <= __clang_major__))) # define _GL_HAS_ATTRIBUTE(attr) __has_attribute (__##attr##__) #else # define _GL_HAS_ATTRIBUTE(attr) _GL_ATTR_##attr -- 2.39.0