build-win32.sh: removed redundant configuration '--with-ipv6'. (#696)
This commit is contained in:
parent
b4592301ad
commit
40104504e5
|
@ -29,7 +29,6 @@ cd ../../..
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--with-cc=gcc \
|
--with-cc=gcc \
|
||||||
--with-ipv6 \
|
|
||||||
--prefix= \
|
--prefix= \
|
||||||
--with-cc-opt='-DFD_SETSIZE=1024' \
|
--with-cc-opt='-DFD_SETSIZE=1024' \
|
||||||
--sbin-path=nginx.exe \
|
--sbin-path=nginx.exe \
|
||||||
|
|
Loading…
Reference in New Issue