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. --- auto/os/win32 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'auto/os') diff --git a/auto/os/win32 b/auto/os/win32 index 14ae3b863..650cf495a 100644 --- a/auto/os/win32 +++ b/auto/os/win32 @@ -37,8 +37,6 @@ if [ $EVENT_SELECT = NO ]; then EVENT_MODULES="$EVENT_MODULES $SELECT_MODULE" fi -if [ $NGX_IPV6 = YES ]; then - have=NGX_HAVE_INET6 . auto/have -fi +have=NGX_HAVE_INET6 . auto/have have=NGX_HAVE_IOCP . auto/have -- cgit