From c9b942e56f5b0a166cfc7ab4f53c54449a9db8de Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Thu, 6 Jun 2013 16:11:16 +0800 Subject: Assign default value to enable compiler coverage Signed-off-by: Chengwei Yang Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65424 Reviewed-by: Simon McVittie --- m4/compiler.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') diff --git a/m4/compiler.m4 b/m4/compiler.m4 index 5aff5d81..5a197ada 100644 --- a/m4/compiler.m4 +++ b/m4/compiler.m4 @@ -63,5 +63,5 @@ AC_DEFUN([COMPILER_COVERAGE], if test "x$GCC" = "xyes"; then CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage" fi -fi])dnl +fi],[enable_compiler_coverage=no])dnl ])# COMPILER_COVERAGE -- cgit v1.2.1