changeset 1806:d6dc649957ab

Removed the "--with-ipv6" configure option.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 04 Oct 2016 17:18:14 +0300
parents 0c08e8861cfe
children dc1e51247404
files xml/en/docs/howto_build_on_win32.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/howto_build_on_win32.xml
+++ b/xml/en/docs/howto_build_on_win32.xml
@@ -9,7 +9,7 @@
 <article name="Building nginx on the Win32 platform with Visual C"
          link="/en/docs/howto_build_on_win32.html"
          lang="en"
-         rev="3">
+         rev="4">
 
 <section name="Prerequisites">
 
@@ -96,7 +96,7 @@ auto/configure --with-cc=cl --builddir=o
 --http-fastcgi-temp-path=temp/fastcgi_temp \
 --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.39 \
 --with-zlib=objs/lib/zlib-1.2.8 --with-openssl=objs/lib/openssl-1.0.2h \
---with-select_module --with-http_ssl_module --with-ipv6
+--with-select_module --with-http_ssl_module
 </programlisting>
 </listitem>