diff options
author | Roy T. Fielding <fielding@apache.org> | 2001-05-12 05:48:31 +0200 |
---|---|---|
committer | Roy T. Fielding <fielding@apache.org> | 2001-05-12 05:48:31 +0200 |
commit | 8ea5039bdbfa2ff0c13fc9d51c02002cd734c57f (patch) | |
tree | 105038656e66ad51c551f18c085d360c4a75ff33 /acinclude.m4 | |
parent | It is easier to re-run configure's test and pick up the cached values (diff) | |
download | apache2-8ea5039bdbfa2ff0c13fc9d51c02002cd734c57f.tar.xz apache2-8ea5039bdbfa2ff0c13fc9d51c02002cd734c57f.zip |
Fix httpd's definition of LTFLAGS to be consistent with that of apr
and apr-util, allow it to be overridden by the configure command-line
(default="--silent") and introduce LT_LDFLAGS to replace what we were
formally abusing as LTFLAGS.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89094 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index bdc2be50c1..ee96803052 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -56,6 +56,7 @@ AC_DEFUN(APACHE_GEN_CONFIG_VARS,[ APACHE_SUBST(CXXFLAGS) APACHE_SUBST(LTFLAGS) APACHE_SUBST(LDFLAGS) + APACHE_SUBST(LT_LDFLAGS) APACHE_SUBST(SH_LDFLAGS) APACHE_SUBST(HTTPD_LDFLAGS) APACHE_SUBST(LIBS) |