]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: use LT_INIT and disable static objects 3722/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 16 Apr 2016 14:37:29 +0000 (16:37 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 18 Apr 2016 17:59:40 +0000 (19:59 +0200)
Do the same thing pdns does.

pdns/dnsdistdist/configure.ac

index 37af875ec78cbb2053f7267c6b9b8e125aef64fc..3ecde4d4f443b1f2888980531944371278dfe908 100644 (file)
@@ -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])