configure: fix '--enable-code-coverage' typo

Fixes #8425
Closes #8426
This commit is contained in:
gaoxingwang on github 2022-02-10 21:20:48 +08:00 committed by Daniel Stenberg
parent 836d3ccfe4
commit 053c27c184
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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
])