From: Peter van Dijk Date: Thu, 30 Apr 2015 11:05:11 +0000 (+0200) Subject: don't build .a files for backends, we do not use them at all; based on dbff3daf2a5354... X-Git-Tag: auth-3.3.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d293d1bac35432ac9677c7d01ec64336e82c652e;p=thirdparty%2Fpdns.git don't build .a files for backends, we do not use them at all; based on dbff3daf2a5354bbdd20058b356873327d1efc41 --- diff --git a/configure.ac b/configure.ac index 6ed8948ce2..ecd95ed7c8 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 +LT_INIT([disable-static]) 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 +AC_PROG_LIBTOOL([disable-static]) AC_LANG_CPLUSPLUS dnl Check for lua