From: Wilfredo Sanchez Date: Mon, 19 May 2003 16:10:14 +0000 (+0000) Subject: Play nice with libtool 1.5. X-Git-Tag: pre_ajp_proxy~1660 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3ffe113fe0aa890d937a67769e285c8eb9ed3dc;p=apache Play nice with libtool 1.5. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99926 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 966119f772..14cac07abf 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,8 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) configure.in: Play nice with libtool-1.5. [Wilfredo Sanchez] + *) Prevent the server from crashing when entering infinite loops. The new LimitInternalRecursion directive configures limits of subsequent internal redirects and nested subrequests, after which the request diff --git a/configure.in b/configure.in index 0cc511ed26..6a5030556f 100644 --- a/configure.in +++ b/configure.in @@ -162,7 +162,7 @@ case $host in LIBTOOL="$my_libtool \$(LTFLAGS)" libtoolversion=`$my_libtool --version` case $libtoolversion in - *1.4*) + *1.[[45]]*) SH_LIBTOOL='$(LIBTOOL)' SHLTCFLAGS="-prefer-pic" LTCFLAGS="-prefer-non-pic -static"