From: Pieter Lexis Date: Fri, 2 Sep 2016 07:32:58 +0000 (+0200) Subject: Auth: remove unused AC_DEFINE X-Git-Tag: dnsdist-1.1.0-beta2~164^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=403daabef81b3903f78f9458318bdf1b8ea39ca9;p=thirdparty%2Fpdns.git Auth: remove unused AC_DEFINE --- diff --git a/configure.ac b/configure.ac index a74daf50ee..98d6f4fc50 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@:>@])],