summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2013-08-21 20:46:10 +0400
committerMaxim Dounin <mdounin@mdounin.ru>2013-08-21 20:46:10 +0400
commit33029f76b9776313b8e121661bb4557519823fe5 (patch)
tree7d27c0bc1ec414a2b5888d9a755d1d2242adc630
parent0fea0bf3f7982348fd6ec9d14ebd946c783445b0 (diff)
downloadnginx-33029f76b9776313b8e121661bb4557519823fe5.tar.gz
nginx-33029f76b9776313b8e121661bb4557519823fe5.tar.bz2
Added auth request to win32 builds.
-rw-r--r--misc/GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index f92ff64db..0887398eb 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -76,6 +76,7 @@ win32:
--with-http_mp4_module \
--with-http_gunzip_module \
--with-http_gzip_static_module \
+ --with-http_auth_request_module \
--with-http_random_index_module \
--with-http_secure_link_module \
--with-mail \