commit | d9bb8e38947494f45a133064b4a1a11a56ba13d2 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Apr 19 17:54:23 2007 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Apr 19 17:54:23 2007 +0000 |
tree | 2d11f5dc0c702acad3e4b3138c99fd1939eb4178 | |
parent | ad490864def09040fb1513573d6ca51acba0ef59 [diff] [blame] |
ngx_http_sub_filter_module
diff --git a/auto/modules b/auto/modules index dfd6f12..ee5462d 100644 --- a/auto/modules +++ b/auto/modules
@@ -129,6 +129,11 @@ 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"