summaryrefslogtreecommitdiffstats
path: root/build/config_vars.sh.in
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2005-06-16 12:21:39 +0200
committerJoe Orton <jorton@apache.org>2005-06-16 12:21:39 +0200
commit98693cedae7fcad34cf668cf16bf8f0415c723ce (patch)
treea1f443a4534e49c6cdfefd4b86620eab49a56210 /build/config_vars.sh.in
parentFix up some type mismatches that are causing compiler errors in Metrowerks on... (diff)
downloadapache2-98693cedae7fcad34cf668cf16bf8f0415c723ce.tar.xz
apache2-98693cedae7fcad34cf668cf16bf8f0415c723ce.zip
* build/config_vars.sh.in: Expand LTFLAGS here, to fix `apxs -q LIBTOOL`
again. PR: 32787 Submitted by: William Barker <william.barker wilshire.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@190893 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/config_vars.sh.in')
-rw-r--r--build/config_vars.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/config_vars.sh.in b/build/config_vars.sh.in
index 219c2b7b9f..9c002f71b4 100644
--- a/build/config_vars.sh.in
+++ b/build/config_vars.sh.in
@@ -60,5 +60,5 @@ exec sed "
/^UTIL_LDFLAGS/d
/^APR_INCLUDEDIR.*$/s,.*,APR_INCLUDEDIR = ${APR_INCLUDEDIR},
/^APU_INCLUDEDIR.*$/s,.*,APU_INCLUDEDIR = ${APU_INCLUDEDIR},
-/^LIBTOOL.*$/s,/[^ ]*/libtool \(.*\),${APR_LIBTOOL} \$(LTFLAGS),
+/^LIBTOOL.*$/s,/[^ ]*/libtool \(.*\),${APR_LIBTOOL} @LTFLAGS@,
"