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])],