summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorChengwei Yang <chengwei.yang@intel.com>2013-06-06 16:11:16 +0800
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-06 13:05:38 +0100
commitc9b942e56f5b0a166cfc7ab4f53c54449a9db8de (patch)
tree25004033fd089fc0d69c3bed9b61138accfa63d6 /m4
parent049a132b86eb6ee74edd8e090037b20845ae06a0 (diff)
downloaddbus-c9b942e56f5b0a166cfc7ab4f53c54449a9db8de.tar.gz
Assign default value to enable compiler coverage
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65424 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'm4')
-rw-r--r--m4/compiler.m42
1 files changed, 1 insertions, 1 deletions
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