From 3383ff67a5e96f65ecb0a1043a8f63ea0d61dd41 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 18 Sep 2006 12:25:07 +0000 Subject: ngx_http_browser_module --- auto/modules | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'auto/modules') 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" -- cgit