summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorWilfredo Sanchez <wsanchez@apache.org>2003-05-19 16:10:14 +0000
committerWilfredo Sanchez <wsanchez@apache.org>2003-05-19 16:10:14 +0000
commita3ffe113fe0aa890d937a67769e285c8eb9ed3dc (patch)
treeb0253846ddcc01f54d314bb3e45e0ee9d7b6f61a /configure.in
parent8aaf407cef3cface75ba9f978b27470ed40e8ec8 (diff)
downloadhttpd-a3ffe113fe0aa890d937a67769e285c8eb9ed3dc.tar.gz
Play nice with libtool 1.5.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99926 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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"