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>
This commit is contained in:
Chengwei Yang 2013-06-06 16:11:16 +08:00 committed by Simon McVittie
parent 049a132b86
commit c9b942e56f

View 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