From 98693cedae7fcad34cf668cf16bf8f0415c723ce Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 16 Jun 2005 10:21:39 +0000 Subject: [PATCH] * build/config_vars.sh.in: Expand LTFLAGS here, to fix `apxs -q LIBTOOL` again. PR: 32787 Submitted by: William Barker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@190893 13f79535-47bb-0310-9956-ffa450edef68 --- build/config_vars.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@, " -- 2.50.1