From: Francesco Chemolli Date: Wed, 18 May 2011 11:33:23 +0000 (+0200) Subject: Fix: correctly express libtool 2.2+ requirement. X-Git-Tag: take07~16^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2663a9c8cc5758f69f9230c2a206b16170322f80;p=thirdparty%2Fsquid.git Fix: correctly express libtool 2.2+ requirement. --- diff --git a/configure.ac b/configure.ac index c13296a1c9..06b053d219 100644 --- a/configure.ac +++ b/configure.ac @@ -112,7 +112,7 @@ else fi # LT_INIT requires libtool v2, might as well state it loud -LT_PREREQ ([2.2]) +LT_PREREQ([2.2]) LT_INIT([dlopen],[disable-shared]) if ! test "${ac_top_build_prefix}" = ""; then