From: Maxim Dounin Date: Wed, 21 Aug 2013 16:46:10 +0000 (+0400) Subject: Added auth request to win32 builds. X-Git-Tag: release-1.5.4~9 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=33029f76b9776313b8e121661bb4557519823fe5;p=nginx.git Added auth request to win32 builds. --- 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 \