aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-08-30 01:22:01 +0000
committerUlrich Drepper <drepper@redhat.com>2005-08-30 01:22:01 +0000
commit39cec7a022159c4d05867c3ca5d8f5c4df462d95 (patch)
tree1b43409cfefb7e68168dbe8135364dada2a52ef2 /configure.ac
parentfbe998a0b1be1f006bc72e5138fb38c188cc0433 (diff)
downloadelfutils-39cec7a022159c4d05867c3ca5d8f5c4df462d95.tar.gz
Add coverage analysis of test suite.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f721310d..547d1182 100644
--- a/configure.ac
+++ b/configure.ac
@@ -147,7 +147,7 @@ if test "$use_gcov" = yes; then
CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"
LDFLAGS="$LDFLAGS -fprofile-arcs"
fi
-AM_CONDITIONAL(GPROF, test "$use_gprof" = yes)
+AM_CONDITIONAL(GCOV, test "$use_gcov" = yes)
AM_CONDITIONAL(BUILD_STATIC, [dnl
test "$use_mudflap" = yes -o "$use_gprof" = yes -o "$use_gcov" = yes])