ac detect coverage after compiler type

This commit is contained in:
Viktor Szakats 2025-09-03 16:48:49 +02:00
parent 4c0da28231
commit 75acce2467
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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'