From: Ruben Kerkhof Date: Wed, 24 Dec 2014 22:12:23 +0000 (+0100) Subject: Require libtool 2.2.2 or newer for bootstrapping X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~111^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28bb0d13b0d63f6fdc287c3c7a9420e5eed60521;p=thirdparty%2Fpdns.git Require libtool 2.2.2 or newer for bootstrapping --- diff --git a/configure.ac b/configure.ac index f9fa81da27..9b35e22e82 100644 --- a/configure.ac +++ b/configure.ac @@ -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