summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMikko Koppanen <mkoppanen@php.net>2011-04-02 22:49:41 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-04-02 22:49:41 +0200
commitbdeddb89f727c434ad499da5a349f3959eba3226 (patch)
treef5e331a7380322f40be6f875aa11031be06416fe /configure.in
parent7af18468f8ca0c14975ea12a1e6a549d42b81347 (diff)
Added code coverage checking
Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index bd0e848..211dda3 100644
--- a/configure.in
+++ b/configure.in
@@ -57,6 +57,9 @@ AC_PROG_LIBTOOL
# Check whether to build a with debug symbols
AC_ZMQ_CHECK_ENABLE_DEBUG
+# Check wheter to enable code coverage
+AC_ZMQ_WITH_GCOV
+
# Checks for libraries.
AC_CHECK_LIB([pthread], [pthread_create])