summaryrefslogtreecommitdiffhomepage
path: root/misc
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2016-10-04 16:38:14 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2016-10-04 16:38:14 +0300
commit2c84f7af2c97a55bf138a5fcedeb164733dc9bea (patch)
treec50b44dcc2152f0f90cdeeb754a8c7270ba904a5 /misc
parent967ebbec321b1daa6632ab843b2dd2346a9fa8d0 (diff)
downloadnginx-2c84f7af2c97a55bf138a5fcedeb164733dc9bea.tar.gz
nginx-2c84f7af2c97a55bf138a5fcedeb164733dc9bea.tar.bz2
Configure: removed the --with-ipv6 option.
IPv6 now compiled-in automatically if support is found. If there is a need to disable it for some reason, --with-cc-opt="-DNGX_HAVE_INET6=0" can be used for this.
Diffstat (limited to 'misc')
-rw-r--r--misc/GNUmakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index 0d1ad87a2..b95af1619 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -84,8 +84,7 @@ win32:
--with-openssl-opt=no-asm \
--with-http_ssl_module \
--with-mail_ssl_module \
- --with-stream_ssl_module \
- --with-ipv6
+ --with-stream_ssl_module
zip: export