From: Maxim Dounin Date: Tue, 21 Mar 2017 14:28:15 +0000 (+0300) Subject: Added HTTP/2 to win32 builds. X-Git-Tag: release-1.11.11~1 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=55266daacbfc4d04ebc0a76d78f6b561788f941d;p=nginx.git Added HTTP/2 to win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 9cdf418c4..bef4f0eac 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -66,6 +66,7 @@ win32: --with-pcre=$(OBJS)/lib/$(PCRE) \ --with-zlib=$(OBJS)/lib/$(ZLIB) \ --with-select_module \ + --with-http_v2_module \ --with-http_realip_module \ --with-http_addition_module \ --with-http_sub_module \