]> granicus.if.org Git - apache/commitdiff
Disable the dbm_ usage in mod_rewrite so that it links.
authorJeff Trawick <trawick@apache.org>
Fri, 4 Aug 2000 02:25:08 +0000 (02:25 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 4 Aug 2000 02:25:08 +0000 (02:25 +0000)
Still to do: decide at config time whether any modules need dbm, whether
             to use the native one or sdbm, etc.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85982 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/config.m4

index 6b1872bcbc6654f1d5d1a881e74b4f82a61f937a..c05dc9d7e093758a51bdb872d439976e28c5dca8 100644 (file)
@@ -27,7 +27,11 @@ APACHE_CHECK_STANDARD_MODULE(actions, Action triggering on requests, action, yes
 APACHE_CHECK_STANDARD_MODULE(speling, correct common URL misspellings, , no)
 APACHE_CHECK_STANDARD_MODULE(userdir, mapping of user requests, , yes)
 APACHE_CHECK_STANDARD_MODULE(alias, translation of requests, , yes)
-APACHE_CHECK_STANDARD_MODULE(rewrite, regex URL translation, , no)
+
+APACHE_CHECK_STANDARD_MODULE(rewrite, regex URL translation, , no, [
+  EXTRA_CFLAGS="$EXTRA_CFLAGS -DNO_DBM_REWRITEMAP"
+])
+
 APACHE_CHECK_STANDARD_MODULE(access, host-based access control, , yes)
 APACHE_CHECK_STANDARD_MODULE(auth, user-based access control, , yes)
 APACHE_CHECK_STANDARD_MODULE(auth_anon, anonymous user access, , no)