summaryrefslogtreecommitdiff
path: root/m4/curl-functions.m4
diff options
context:
space:
mode:
authorgaoxingwang on github <gaoxingwang@huawei.com>2022-02-10 21:20:48 +0800
committerDaniel Stenberg <daniel@haxx.se>2022-02-10 16:13:43 +0100
commit053c27c1844ca30a42fa301180318b23b7d2dca8 (patch)
tree1f6d10a5921e48973bfed23372525fae2bc20b50 /m4/curl-functions.m4
parent836d3ccfe48504cd815605a87332b1e54191052d (diff)
downloadcurl-053c27c1844ca30a42fa301180318b23b7d2dca8.tar.gz
configure: fix '--enable-code-coverage' typo
Fixes #8425 Closes #8426
Diffstat (limited to 'm4/curl-functions.m4')
-rw-r--r--m4/curl-functions.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/curl-functions.m4 b/m4/curl-functions.m4
index 056f8579e..b40d42798 100644
--- a/m4/curl-functions.m4
+++ b/m4/curl-functions.m4
@@ -6562,7 +6562,7 @@ AC_DEFUN([CURL_COVERAGE],[
fi
CPPFLAGS="$CPPFLAGS -DNDEBUG"
- CFLAGS="$CLAGS -O0 -g -fprofile-arcs -ftest-coverage"
+ CFLAGS="$CFLAGS -O0 -g -fprofile-arcs -ftest-coverage"
LIBS="$LIBS -lgcov"
fi
])