You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2005/06/16 12:21:39 UTC

svn commit: r190893 - /httpd/httpd/trunk/build/config_vars.sh.in

Author: jorton
Date: Thu Jun 16 03:21:39 2005
New Revision: 190893

URL: http://svn.apache.org/viewcvs?rev=190893&view=rev
Log:
* build/config_vars.sh.in: Expand LTFLAGS here, to fix `apxs -q LIBTOOL`
again.

PR: 32787
Submitted by: William Barker <william.barker wilshire.com>

Modified:
    httpd/httpd/trunk/build/config_vars.sh.in

Modified: httpd/httpd/trunk/build/config_vars.sh.in
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/build/config_vars.sh.in?rev=190893&r1=190892&r2=190893&view=diff
==============================================================================
--- httpd/httpd/trunk/build/config_vars.sh.in (original)
+++ httpd/httpd/trunk/build/config_vars.sh.in Thu Jun 16 03:21:39 2005
@@ -60,5 +60,5 @@
 /^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@,
 "