From 2c84f7af2c97a55bf138a5fcedeb164733dc9bea Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Tue, 4 Oct 2016 16:38:14 +0300 Subject: 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. --- misc/GNUmakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'misc') 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 -- cgit