summaryrefslogtreecommitdiffstats
path: root/modules/mappers/config9.m4
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>2001-04-29 07:24:11 +0200
committerRoy T. Fielding <fielding@apache.org>2001-04-29 07:24:11 +0200
commitf1f5f01fdbacc32f785df43b94acfd6d6dbdfe4b (patch)
tree8ef14138ddf6b62c758dca169f8a348c9de1792e /modules/mappers/config9.m4
parent Pass the perms arg to apr_dbm_open (diff)
downloadapache2-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/mappers/config9.m4')
-rw-r--r--modules/mappers/config9.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mappers/config9.m4 b/modules/mappers/config9.m4
index 2c6c08d452..170a2944db 100644
--- a/modules/mappers/config9.m4
+++ b/modules/mappers/config9.m4
@@ -14,7 +14,7 @@ APACHE_MODULE(userdir, mapping of user requests, , , yes)
APACHE_MODULE(alias, translation of requests, , , yes)
APACHE_MODULE(rewrite, regex URL translation, , , most, [
- EXTRA_CFLAGS="$EXTRA_CFLAGS -DNO_DBM_REWRITEMAP"
+ APR_ADDTO(CFLAGS,-DNO_DBM_REWRITEMAP)
])
dnl ### this isn't going to work quite right because of ordering issues