From dd28d4a1d3311484c7501eb718e322215a9f4bc5 Mon Sep 17 00:00:00 2001 From: QC Date: Thu, 29 Oct 2015 18:05:02 +0100 Subject: Remove gcov --- configure.ac | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'configure.ac') 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 --------------------------------------------------------------------- -- cgit v1.2.3