From: Justin Erenkrantz Date: Wed, 21 May 2003 04:46:00 +0000 (+0000) Subject: Play nice with libtool 1.5. X-Git-Tag: 2.0.46~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b774f5c5b9dd2c0d83f36b4f182bf128c6280659;p=thirdparty%2Fapache%2Fhttpd.git Play nice with libtool 1.5. 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 --- diff --git a/CHANGES b/CHANGES index bdbd365b8b3..361503a2e24 100644 --- 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 ] diff --git a/configure.in b/configure.in index f58695f3c26..6619d98b7fa 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"