Skip to content

Commit

Permalink
autotools, docs: Adjust help string for --enable-coverage option
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Apr 29, 2023
1 parent 45f5606 commit 33a6c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ AC_ARG_ENABLE(benchmark,
[SECP_SET_DEFAULT([enable_benchmark], [yes], [yes])])

AC_ARG_ENABLE(coverage,
AS_HELP_STRING([--enable-coverage],[enable compiler flags to support kcov coverage analysis [default=no]]), [],
AS_HELP_STRING([--enable-coverage],[enable coverage analysis support [default=no]]), [],
[SECP_SET_DEFAULT([enable_coverage], [no], [no])])

AC_ARG_ENABLE(tests,
Expand Down

0 comments on commit 33a6c10

Please sign in to comment.