From 640d4463ac8b74b0098b7768251e0fbfce6f6ed6 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 2 Sep 2016 09:31:57 +0200 Subject: [PATCH] auth: remove autoconf leftover from before the split --- Makefile.am | 4 +--- configure.ac | 9 --------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7d3812d1b..b8b2c27c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,6 @@ SUBDIRS = ext modules codedocs docs -if WITH_PDNS_SERVER - SUBDIRS += pdns -endif +SUBDIRS += pdns EXTRA_DIST = \ INSTALL \ diff --git a/configure.ac b/configure.ac index 050613cd6..a74daf50e 100644 --- a/configure.ac +++ b/configure.ac @@ -160,15 +160,6 @@ AC_SUBST([moduleobjects]) AC_SUBST([modulelibs]) AC_DEFINE_UNQUOTED([PDNS_MODULES], "$modules", [Built-in modules]) -AC_MSG_CHECKING([whether we will be building the server]) -AC_ARG_ENABLE([pdns-server], - [AS_HELP_STRING([--enable-pdns_server], [if we should build the server @<:@default=yes@:>@])], - [enable_pdns_server=$enableval], - [enable_pdns_server=yes] -) -AC_MSG_RESULT([$enable_pdns_server]) -AM_CONDITIONAL([WITH_PDNS_SERVER], [test "x$enable_pdns_server" != "xno"]) - 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])], -- 2.40.0