| commit | 3383ff67a5e96f65ecb0a1043a8f63ea0d61dd41 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Mon Sep 18 12:25:07 2006 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Mon Sep 18 12:25:07 2006 +0000 |
| tree | 3db8f53392e2fac4d98102d54ed825410c9103b9 | |
| parent | e8f23e99aafa155ec6eb789c971201a7c895b0b1 [diff] [blame] |
ngx_http_browser_module
diff --git a/auto/modules b/auto/modules index b3eb67d..ed19ef8 100644 --- a/auto/modules +++ b/auto/modules
@@ -237,6 +237,11 @@ 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"