From 403daabef81b3903f78f9458318bdf1b8ea39ca9 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 2 Sep 2016 09:32:58 +0200 Subject: [PATCH] Auth: remove unused AC_DEFINE --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index a74daf50e..98d6f4fc5 100644 --- a/configure.ac +++ b/configure.ac @@ -160,11 +160,6 @@ AC_SUBST([moduleobjects]) AC_SUBST([modulelibs]) AC_DEFINE_UNQUOTED([PDNS_MODULES], "$modules", [Built-in modules]) -AC_ARG_ENABLE([gcc-skip-locking], - [AS_HELP_STRING([--enable-gcc-skip-locking], [if we should forcefully skip gcc locking @<:@default=no@:>@])], - [AC_DEFINE(GCC_SKIP_LOCKING,[], [Skip gcc locking])], -) - AC_MSG_CHECKING([whether we will be building and installing the extra tools]) AC_ARG_ENABLE([tools], [AS_HELP_STRING([--enable-tools], [if we should build and install the tools @<:@default=no@:>@])], -- 2.40.0