diff options
author | Roy T. Fielding <fielding@apache.org> | 2001-04-29 07:24:11 +0200 |
---|---|---|
committer | Roy T. Fielding <fielding@apache.org> | 2001-04-29 07:24:11 +0200 |
commit | f1f5f01fdbacc32f785df43b94acfd6d6dbdfe4b (patch) | |
tree | 8ef14138ddf6b62c758dca169f8a348c9de1792e /modules/metadata/config.m4 | |
parent | Pass the perms arg to apr_dbm_open (diff) | |
download | apache2-f1f5f01fdbacc32f785df43b94acfd6d6dbdfe4b.tar.xz apache2-f1f5f01fdbacc32f785df43b94acfd6d6dbdfe4b.zip |
Completely revamp configure so that it preserves the standard make
variables CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS and LIBS by moving
the configure additions to EXTRA_* variables. Also, allow the user
to specify NOTEST_* values for all of the above, which eliminates the
need for THREAD_CPPFLAGS, THREAD_CFLAGS, and OPTIM. Fix the setting
of INCLUDES and EXTRA_INCLUDES. Check flags as they are added to
avoid pointless duplications. Fix the order in which flags are given
on the compile and link lines.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88960 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/metadata/config.m4')
-rw-r--r-- | modules/metadata/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/metadata/config.m4 b/modules/metadata/config.m4 index a694bfeaa0..d1bfb56d5b 100644 --- a/modules/metadata/config.m4 +++ b/modules/metadata/config.m4 @@ -18,6 +18,6 @@ APACHE_MODULE(usertrack, user-session tracking, , , , [ APACHE_MODULE(unique_id, per-request unique ids) APACHE_MODULE(setenvif, basing ENV vars on headers, , , yes) -LTFLAGS="$LTFLAGS -export-dynamic" +APR_ADDTO(LTFLAGS,-export-dynamic) APACHE_MODPATH_FINISH |