[Privoxy-commits] [privoxy] 03/03: nit: put all the '--enable-xxx' options together
User Git
git at git.privoxy.org
Thu Nov 11 12:10:16 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 4e5c8b19ca9df048e2ce6abc4b61a28e1ecc0696
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Thu Nov 11 07:02:30 2021 -0500
nit: put all the '--enable-xxx' options together
---
windows/MYconfigure | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/windows/MYconfigure b/windows/MYconfigure
index d5bda383..4d0f2ae1 100755
--- a/windows/MYconfigure
+++ b/windows/MYconfigure
@@ -162,11 +162,11 @@ echo "LDFLAGS=${LDFLAGS}"
# --target: only used to build a cross-compiling toolchain.
./configure --host=i686-w64-mingw32 --enable-mingw32 --enable-zlib \
+ --enable-extended-statistics \
+ --enable-pcre-host-patterns \
--enable-static-linking \
--enable-strptime-sanity-checks \
--disable-pthread \
- --enable-extended-statistics \
- --enable-pcre-host-patterns \
--with-brotli \
--with-mbedtls \
--with-docbook=yes
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list