summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-04-19 17:54:23 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-04-19 17:54:23 +0000
commitd9bb8e38947494f45a133064b4a1a11a56ba13d2 (patch)
tree2d11f5dc0c702acad3e4b3138c99fd1939eb4178 /auto/modules
parentad490864def09040fb1513573d6ca51acba0ef59 (diff)
downloadnginx-d9bb8e38947494f45a133064b4a1a11a56ba13d2.tar.gz
nginx-d9bb8e38947494f45a133064b4a1a11a56ba13d2.tar.bz2
ngx_http_sub_filter_module
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules5
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index dfd6f1220..ee5462dc4 100644
--- a/auto/modules
+++ b/auto/modules
@@ -129,6 +129,11 @@ if [ $HTTP_SSI = YES ]; then
HTTP_SRCS="$HTTP_SRCS $HTTP_SSI_SRCS"
fi
+if [ $HTTP_SUB = YES ]; then
+ HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_SUB_FILTER_MODULE"
+ HTTP_SRCS="$HTTP_SRCS $HTTP_SUB_SRCS"
+fi
+
if [ $HTTP_ADDITION = YES ]; then
HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_ADDITION_FILTER_MODULE"
HTTP_SRCS="$HTTP_SRCS $HTTP_ADDITION_SRCS"