From 4e5c8b19ca9df048e2ce6abc4b61a28e1ecc0696 Mon Sep 17 00:00:00 2001
From: Lee <ler762@users.sourceforge.net>
Date: Thu, 11 Nov 2021 07:02:30 -0500
Subject: [PATCH] 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
--
2.50.1