[gcr] build: Print out code coverage state properly



commit bc50650ed603ccae927fbc54c49b40521b445b12
Author: Stef Walter <stefw gnome org>
Date:   Wed Dec 5 10:17:48 2012 +0100

    build: Print out code coverage state properly

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index effb01a..bd58fd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -378,5 +378,5 @@ echo "  Debug Build:          $debug_status"
 echo "  Strict Compilation:   $strict_status"
 echo "  Introspection:        $found_introspection"
 echo "  Valgrind:             $valgrind_status"
-echo "  Test Coverage:        $enable_coverage"
+echo "  Test Coverage:        ${enable_code_coverage:-no}"
 echo



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]