From 33029f76b9776313b8e121661bb4557519823fe5 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Wed, 21 Aug 2013 20:46:10 +0400 Subject: [PATCH] Added auth request to win32 builds. --- misc/GNUmakefile | 1 + 1 file changed, 1 insertion(+) 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 \