summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 3749095e..08875668 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,17 +18,6 @@ AM_PROG_CC_C_O
AC_USE_SYSTEM_EXTENSIONS
-
-
-dnl ---------------------------------------------------------------------
-dnl Enable source code coverage reporting for GCC
-dnl ---------------------------------------------------------------------
-
-AC_ARG_ENABLE(gcov,
- [ --enable-gcov Enable source code coverage testing using gcov],
- [CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"])
-
-
dnl ---------------------------------------------------------------------
dnl Disable window mode
dnl ---------------------------------------------------------------------