summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-08-05 08:45:28 +0000
committerStefan Fritsch <sf@apache.org>2011-08-05 08:45:28 +0000
commit97abc9b6fd4d0414b173a26657666b54dc6c5b4f (patch)
tree56352bc55403044c2f715aa8dc76faa456e75329 /acinclude.m4
parent9026104550501f5280eb979574ea107bdc24e695 (diff)
downloadhttpd-97abc9b6fd4d0414b173a26657666b54dc6c5b4f.tar.gz
Simplify dependency checking code for mod_proxy_fdpass. This also fixes
mod_proxy_fdpass being built shared even with --enable-mods-static=reallyall. Document bug/limitiation in APACHE_MODULE macro. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1154126 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 9519ee1408..214763964f 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -270,6 +270,9 @@ dnl no -- disabled under default, most, all. user must explicitly enable.
dnl most -- disabled by default. enabled explicitly or with most or all.
dnl static -- enabled as static by default, must be explicitly changed.
dnl "" -- disabled under default, most. enabled explicitly or with all.
+dnl XXX: The arg must really be empty here. Passing an empty shell
+dnl XXX: variable doesn't work for some reason. This should be
+dnl XXX: fixed.
dnl
dnl basically: yes/no is a hard setting. "most" means follow the "most"
dnl setting. otherwise, fall under the "all" setting.