From ccb637e5e3def5a5900fe2a0f4cc0dbf7edca5f0 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 21 Apr 2026 23:28:43 +0200 Subject: [PATCH] or later -> newer (OS version) --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 11fe68c737..fb963aa79e 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1564,7 +1564,7 @@ dnl Check to see if the compiler supports __builtin_available. This built-in dnl compiler function first appeared in Apple LLVM 9.0.0. It is so new that, at dnl the time this macro was written, the function was not yet documented. Its dnl purpose is to return true if the code is running under a certain OS version -dnl or later. +dnl or newer. AC_DEFUN([CURL_SUPPORTS_BUILTIN_AVAILABLE], [ AC_MSG_CHECKING([to see if the compiler supports __builtin_available()])