]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Play nice with libtool 1.5.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 21 May 2003 04:46:00 +0000 (04:46 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 21 May 2003 04:46:00 +0000 (04:46 +0000)
Reviewed by: jerenkrantz, trawick, striker, jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99978 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
configure.in

diff --git a/CHANGES b/CHANGES
index bdbd365b8b32daf5bc1d917c9e841ca1811929df..361503a2e24fbc66f3033399c0d8b8ff97d40370 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
 Changes with Apache 2.0.46
 
+  *) configure.in: Play nice with libtool-1.5. [Wilfredo Sanchez]
+
   *) If mod_mime_magic does not know the content-type, do not attempt to
      guess.  PR 16908.  [Andrew Gapon <agapon@telcordia.com>]
 
index f58695f3c267c199f492b1c91d1f9dd08d366738..6619d98b7faa5ea4926fc3dfba7a180f85993bc0 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"