]> granicus.if.org Git - pdns/commitdiff
auth: remove autoconf leftover from before the split
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 2 Sep 2016 07:31:57 +0000 (09:31 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 5 Sep 2016 08:14:38 +0000 (10:14 +0200)
Makefile.am
configure.ac

index 7d3812d1b144642be96758403fd58324e0f6130e..b8b2c27c43480a6ee246a38c7c9d7fdc66ab4736 100644 (file)
@@ -1,8 +1,6 @@
 SUBDIRS = ext modules codedocs docs
 
-if WITH_PDNS_SERVER
-  SUBDIRS += pdns
-endif
+SUBDIRS += pdns
 
 EXTRA_DIST = \
        INSTALL \
index 050613cd6b0c8d0c1e9dac2169919abab0b64642..a74daf50ee3f4572679f00af1408776540371adb 100644 (file)
@@ -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])],