From 72e83e3f71162459743e5f1dd0cdeda4cb945551 Mon Sep 17 00:00:00 2001 From: Hawker Date: Mon, 4 Jan 2021 17:38:50 +0800 Subject: [PATCH] =?UTF-8?q?remove=20redundant=20configuration=20=E2=80=99-?= =?UTF-8?q?-with-ipv6=E2=80=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util/build-win32.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/util/build-win32.sh b/util/build-win32.sh index 66309ab..a16a35f 100644 --- a/util/build-win32.sh +++ b/util/build-win32.sh @@ -29,7 +29,6 @@ cd ../../.. ./configure \ --with-cc=gcc \ - --with-ipv6 \ --prefix= \ --with-cc-opt='-DFD_SETSIZE=1024' \ --sbin-path=nginx.exe \