summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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])