From: Francesco Chemolli Date: Sat, 23 Apr 2011 07:11:07 +0000 (+0200) Subject: Portability fix: explicitly state dependency on libtool 2.2+ and enforce it X-Git-Tag: take07~16^2~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4313559d554abfc67b98ba7637a74fc0a1fa050f;p=thirdparty%2Fsquid.git Portability fix: explicitly state dependency on libtool 2.2+ and enforce it --- diff --git a/configure.ac b/configure.ac index f9640ff333..7fd49b7d7a 100644 --- a/configure.ac +++ b/configure.ac @@ -110,7 +110,8 @@ else AC_DISABLE_SHARED fi -AC_PROG_LIBTOOL +# LT_INIT requires libtool v2, might as well state it loud +LT_PREREQ ([2.2]) LT_INIT([dlopen],[disable-shared]) if ! test "${ac_top_build_prefix}" = ""; then