Assign default value to enable compiler coverage
authorChengwei Yang <chengwei.yang@intel.com>
Thu, 6 Jun 2013 08:11:16 +0000 (16:11 +0800)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 6 Jun 2013 12:05:38 +0000 (13:05 +0100)
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>
m4/compiler.m4

index 5aff5d8..5a197ad 100644 (file)
@@ -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