From: Ruben Kerkhof Date: Sat, 16 Apr 2016 14:37:29 +0000 (+0200) Subject: dnsdist: use LT_INIT and disable static objects X-Git-Tag: dnsdist-1.0.0~8^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3722%2Fhead;p=thirdparty%2Fpdns.git dnsdist: use LT_INIT and disable static objects Do the same thing pdns does. --- diff --git a/pdns/dnsdistdist/configure.ac b/pdns/dnsdistdist/configure.ac index 37af875ec7..3ecde4d4f4 100644 --- a/pdns/dnsdistdist/configure.ac +++ b/pdns/dnsdistdist/configure.ac @@ -7,10 +7,14 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_PROG_CC AC_PROG_CXX + +LT_PREREQ([2.2.2]) +LT_INIT([disable-static]) + PDNS_CHECK_OS + PDNS_CHECK_LIBSODIUM DNSDIST_CHECK_RAGEL -AC_PROG_LIBTOOL PDNS_CHECK_LIBEDIT PDNS_CHECK_CLOCK_GETTIME BOOST_REQUIRE([1.35])