mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:33:37 +03:00
autotools: make --enable-code-coverage support llvm/clang
Cherry-picked from #18468 Closes #18473
This commit is contained in:
parent
1c49f2f26d
commit
dc3f4fd89b
2 changed files with 21 additions and 16 deletions
|
|
@ -128,9 +128,6 @@ CURLVERSION=`$SED -ne 's/^#define LIBCURL_VERSION "\(.*\)".*/\1/p' ${srcdir}/inc
|
|||
XC_CHECK_PROG_CC
|
||||
CURL_ATOMIC
|
||||
|
||||
dnl for --enable-code-coverage
|
||||
CURL_COVERAGE
|
||||
|
||||
XC_AUTOMAKE
|
||||
AC_MSG_CHECKING([curl version])
|
||||
AC_MSG_RESULT($CURLVERSION)
|
||||
|
|
@ -523,6 +520,8 @@ dnl platform/compiler/architecture specific checks/flags
|
|||
dnl **********************************************************************
|
||||
|
||||
CURL_CHECK_COMPILER
|
||||
dnl for --enable-code-coverage
|
||||
CURL_COVERAGE
|
||||
CURL_CHECK_NATIVE_WINDOWS
|
||||
|
||||
curl_cv_wince='no'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue