]> granicus.if.org Git - apache/commitdiff
Play nice with libtool 1.5.
authorWilfredo Sanchez <wsanchez@apache.org>
Mon, 19 May 2003 16:10:14 +0000 (16:10 +0000)
committerWilfredo Sanchez <wsanchez@apache.org>
Mon, 19 May 2003 16:10:14 +0000 (16:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99926 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
configure.in

diff --git a/CHANGES b/CHANGES
index 966119f77275cf25dde8a055b2191dacf3342f54..14cac07abfd9ee1d20f7109bccb2e0c4d6fb00dd 100644 (file)
--- 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
index 0cc511ed2642ca5664e69897c05106bbdcb0dadc..6a5030556fb8ba44974de5a30d1b7b921c406bf5 100644 (file)
@@ -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"