mirror of
https://github.com/curl/curl.git
synced 2026-07-25 15:17:17 +03:00
am apple clang
This commit is contained in:
parent
0a2137a789
commit
0e34fb8f0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue