diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-04-19 17:54:23 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-04-19 17:54:23 +0000 |
| commit | d9bb8e38947494f45a133064b4a1a11a56ba13d2 (patch) | |
| tree | 2d11f5dc0c702acad3e4b3138c99fd1939eb4178 /auto/modules | |
| parent | ad490864def09040fb1513573d6ca51acba0ef59 (diff) | |
| download | nginx-d9bb8e38947494f45a133064b4a1a11a56ba13d2.tar.gz nginx-d9bb8e38947494f45a133064b4a1a11a56ba13d2.tar.bz2 | |
ngx_http_sub_filter_module
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 5 |
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" |
