From: Peter van Dijk Date: Tue, 1 Jul 2014 11:24:27 +0000 (+0200) Subject: don't build .a files for backends, we do not use them at all X-Git-Tag: auth-3.4.0-rc1~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbff3daf2a5354bbdd20058b356873327d1efc41;p=pdns don't build .a files for backends, we do not use them at all --- diff --git a/configure.ac b/configure.ac index 7c048dcfb..617a06d72 100644 --- a/configure.ac +++ b/configure.ac @@ -28,9 +28,9 @@ AC_PROG_MAKE_SET AC_LANG([C++]) m4_ifndef([LT_INIT],[ -AC_PROG_LIBTOOL +AC_PROG_LIBTOOL([disable-static]) ],[ -LT_INIT +LT_INIT([disable-static]) ]) AM_CONDITIONAL([RELEASE_BUILD], [test "$PACKAGE_VERSION" != "git"])