summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-01 18:42:09 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-05-01 18:42:09 +0000
commite2ada6189613fe2894aea4d25c17d62962947957 (patch)
tree6a3e19fb3a1ae2a65c766c05fea60d79d5865fd3 /auto/modules
parent71d1f492688aba3d7943d199d9d152e4dbb1ab36 (diff)
downloadnginx-e2ada6189613fe2894aea4d25c17d62962947957.tar.gz
nginx-e2ada6189613fe2894aea4d25c17d62962947957.tar.bz2
ngx_http_image_filter_module
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index 5e9d4d534..6aa008942 100644
--- a/auto/modules
+++ b/auto/modules
@@ -148,6 +148,12 @@ if [ $HTTP_XSLT = YES ]; then
HTTP_SRCS="$HTTP_SRCS $HTTP_XSLT_SRCS"
fi
+if [ $HTTP_IMAGE_FILTER = YES ]; then
+ USE_LIBGD=YES
+ HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_IMAGE_FILTER_MODULE"
+ HTTP_SRCS="$HTTP_SRCS $HTTP_IMAGE_SRCS"
+fi
+
if [ $HTTP_SUB = YES ]; then
HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_SUB_FILTER_MODULE"
HTTP_SRCS="$HTTP_SRCS $HTTP_SUB_SRCS"