summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
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
##