mirror of
https://github.com/curl/curl.git
synced 2026-08-06 12:26:14 +03:00
configure: rewrite --enable-code-coverage
The previously used ax_code_coverage.m4 is not license compatible and must not be used. Reported-by: William A. Rowe Jr Fixes #3497 Closes #3499
This commit is contained in:
parent
3cbf731d9e
commit
179311ec37
5 changed files with 46 additions and 280 deletions
|
|
@ -69,10 +69,6 @@ endif
|
|||
curl_LDFLAGS = @LIBMETALINK_LDFLAGS@
|
||||
curl_CPPFLAGS = $(AM_CPPFLAGS) $(LIBMETALINK_CPPFLAGS)
|
||||
|
||||
@CODE_COVERAGE_RULES@
|
||||
curl_LDFLAGS += $(CODE_COVERAGE_LDFLAGS)
|
||||
CFLAGS += $(CODE_COVERAGE_CFLAGS)
|
||||
|
||||
# if unit tests are enabled, build a static library to link them with
|
||||
if BUILD_UNITTESTS
|
||||
noinst_LTLIBRARIES = libcurltool.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue