diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b0ce185..81ccd0b 100644 --- a/configure.ac +++ b/configure.ac @@ -79,9 +79,9 @@ AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"]) AC_MSG_CHECKING([whether to build with gcov]) AC_ARG_ENABLE([gcov], [AS_HELP_STRING([--enable-gcov], - [Whether to enable coverage testing (default:enabled)])], + [Whether to enable coverage testing (default:disabled)])], [], - [enable_gcov=yes], + [enable_gcov=no], ) AS_IF([test "x$enable_gcov" != "xno"], [ |