or later -> newer (OS version)

This commit is contained in:
Viktor Szakats 2026-04-21 23:28:43 +02:00
parent 68a0bb1f50
commit ccb637e5e3
No known key found for this signature in database

View file

@ -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()])