diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2013-08-21 20:46:10 +0400 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2013-08-21 20:46:10 +0400 |
| commit | 33029f76b9776313b8e121661bb4557519823fe5 (patch) | |
| tree | 7d27c0bc1ec414a2b5888d9a755d1d2242adc630 | |
| parent | 0fea0bf3f7982348fd6ec9d14ebd946c783445b0 (diff) | |
| download | nginx-33029f76b9776313b8e121661bb4557519823fe5.tar.gz nginx-33029f76b9776313b8e121661bb4557519823fe5.tar.bz2 | |
Added auth request to win32 builds.
| -rw-r--r-- | misc/GNUmakefile | 1 |
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 \ |
