From d9db18266c65d3a9e2e2fc71289949ec53e32f1c Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 19 Feb 2015 13:11:39 +0100 Subject: Remove unused TIMING. --- configure.ac | 9 --------- 1 file changed, 9 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a4c0602b..6e9dbbef 100644 --- a/configure.ac +++ b/configure.ac @@ -37,15 +37,6 @@ AC_ARG_ENABLE(gcov, [ --enable-gcov Enable source code coverage testing using gcov], [CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"]) - -dnl -dnl Enable timing debug output. -dnl - -AC_ARG_ENABLE(timings, - [ --enable-timings Enable debug information about timings], - [CFLAGS="$CFLAGS -DTIMING"]) - ## # Check dependencies ## -- cgit v1.2.3