mirror of
https://github.com/curl/curl.git
synced 2026-06-12 19:55:38 +03:00
ac detect coverage after compiler type
This commit is contained in:
parent
4c0da28231
commit
75acce2467
1 changed files with 2 additions and 3 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