summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-09-18 12:25:07 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-09-18 12:25:07 +0000
commit3383ff67a5e96f65ecb0a1043a8f63ea0d61dd41 (patch)
tree3db8f53392e2fac4d98102d54ed825410c9103b9 /auto/modules
parente8f23e99aafa155ec6eb789c971201a7c895b0b1 (diff)
downloadnginx-3383ff67a5e96f65ecb0a1043a8f63ea0d61dd41.tar.gz
nginx-3383ff67a5e96f65ecb0a1043a8f63ea0d61dd41.tar.bz2
ngx_http_browser_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 b3eb67d4e..ed19ef8d5 100644
--- a/auto/modules
+++ b/auto/modules
@@ -237,6 +237,11 @@ if [ $HTTP_EMPTY_GIF = YES ]; then
HTTP_SRCS="$HTTP_SRCS $HTTP_EMPTY_GIF_SRCS"
fi
+if [ $HTTP_BROWSER = YES ]; then
+ HTTP_MODULES="$HTTP_MODULES $HTTP_BROWSER_MODULE"
+ HTTP_SRCS="$HTTP_SRCS $HTTP_BROWSER_SRCS"
+fi
+
# STUB
#USE_MD5=YES
#HTTP_SRCS="$HTTP_SRCS $HTPP_CACHE_SRCS"