From: Peter van Dijk Date: Thu, 30 Apr 2015 11:08:10 +0000 (+0200) Subject: Revert "don't build .a files for backends, we do not use them at all; based on dbff3d... X-Git-Tag: auth-3.3.2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ed113c783458fcee141ee0d64bbaa0c246f72eb;p=thirdparty%2Fpdns.git Revert "don't build .a files for backends, we do not use them at all; based on dbff3daf2a5354bbdd20058b356873327d1efc41" This reverts commit d293d1bac35432ac9677c7d01ec64336e82c652e. --- diff --git a/configure.ac b/configure.ac index ecd95ed7c8..6ed8948ce2 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([pdns/receiver.cc]) AM_INIT_AUTOMAKE([foreign tar-ustar -Wno-portability subdir-objects]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CANONICAL_HOST -LT_INIT([disable-static]) +LT_INIT AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_C_BIGENDIAN @@ -21,7 +21,7 @@ AC_PROG_YACC AM_PROG_LEX AC_PROG_INSTALL AC_PROG_MAKE_SET -AC_PROG_LIBTOOL([disable-static]) +AC_PROG_LIBTOOL AC_LANG_CPLUSPLUS dnl Check for lua