From a3ffe113fe0aa890d937a67769e285c8eb9ed3dc Mon Sep 17 00:00:00 2001 From: Wilfredo Sanchez Date: Mon, 19 May 2003 16:10:14 +0000 Subject: [PATCH] Play nice with libtool 1.5. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99926 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 2 ++ configure.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 966119f7727..14cac07abfd 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 0cc511ed264..6a5030556fb 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" -- 2.47.3