am apple clang

This commit is contained in:
Viktor Szakats 2025-09-03 17:02:59 +02:00
parent 0a2137a789
commit 0e34fb8f0c
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -4291,7 +4291,7 @@ AC_DEFUN([CURL_COVERAGE],[
coverage="$enableval")
dnl if not gcc or clang switch off again
AS_IF([ test "$compiler_id" != "GNU_C" -a "$compiler_id" != "CLANG" ], coverage="no" )
AS_IF([test "$compiler_id" != "GNU_C" -a "$compiler_id" != "CLANG" -a "$compiler_id" != "APPLECLANG"], coverage="no" )
AC_MSG_RESULT($coverage)
if test "x$coverage" = "xyes"; then