]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Require libtool 2.2.2 or newer for bootstrapping
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 24 Dec 2014 22:12:23 +0000 (23:12 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 24 Feb 2015 13:42:02 +0000 (14:42 +0100)
configure.ac

index f9fa81da27523d55b00b31175dfc2cd0654b41ae..9b35e22e829e63e97b1745e6e65dfca6019ef881 100644 (file)
@@ -60,11 +60,8 @@ AC_SEARCH_LIBS([socket], [socket])
 AC_SEARCH_LIBS([gethostent], [nsl])
 AC_SEARCH_LIBS([inet_aton], [resolv])
 
-m4_ifndef([LT_INIT],[
-AC_PROG_LIBTOOL([disable-static])
-],[
+LT_PREREQ([2.2.2])
 LT_INIT([disable-static])
-])
 
 
 MC_TM_GMTOFF