projects
/
platform
/
upstream
/
dbus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
049a132
)
Assign default value to enable compiler coverage
author
Chengwei Yang
<chengwei.yang@intel.com>
Thu, 6 Jun 2013 08:11:16 +0000
(16:11 +0800)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/m4/compiler.m4
b/m4/compiler.m4
index 5aff5d8197970d8f86da18cbb06153583dbd90e9..5a197ada63e33f29c17383860a1a3721a3e5034e 100644
(file)
--- 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