From 627e4b13e98aa6c1007c17b6ec3dcfef50ad81a2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 1 Nov 2013 16:19:33 +0000 Subject: Remove support for --disable-debug --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 47699d50..49051208 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,6 @@ AM_PROG_AS AC_PROG_MKDIR_P dnl add common command line switches -SALUT_ARG_DEBUG SALUT_ARG_VALGRIND SALUT_ARG_COVERAGE @@ -90,13 +89,6 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS], [test "x$enable_fatal_warnings" = xyes], unused-parameter]) AC_SUBST([ERROR_CFLAGS]) -AC_ARG_ENABLE([debug], - [AC_HELP_STRING([--disable-debug], [compile without debug code])], - [], [enable_debug=yes]) - -AS_IF([test x$enable_debug = xyes], - [AC_DEFINE(ENABLE_DEBUG, [], [Enable debug code])]) - dnl Check for code generation tools XSLTPROC= AC_CHECK_PROGS([XSLTPROC], [xsltproc]) -- cgit v1.2.1