diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-01-25 10:14:25 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-01-26 00:29:50 +0100 |
commit | 179311ec37ffed5b88f446f4348993a51a168abd (patch) | |
tree | 5901fd48c71f975a1d3ff41aa330968305f0a353 /src | |
parent | 3cbf731d9ec7146f9f1a6ac0fbd9af7fe358f5bb (diff) | |
download | curl-179311ec37ffed5b88f446f4348993a51a168abd.tar.gz |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e265de0eb..2b4c231ac 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 |