windows: Enable extended statistics and pcre host patterns
authorFabian Keil <fk@fabiankeil.de>
Wed, 27 Jan 2021 16:43:04 +0000 (17:43 +0100)
committerFabian Keil <fk@fabiankeil.de>
Wed, 27 Jan 2021 16:49:21 +0000 (17:49 +0100)
... when configuring.

No objections from: Lee

windows/MYconfigure

index 5b3d55b..9af8b90 100755 (executable)
@@ -118,6 +118,8 @@ echo "LDFLAGS=${LDFLAGS}"
              --enable-static-linking \
              --enable-strptime-sanity-checks \
              --disable-pthread  --disable-dynamic-pcre \
              --enable-static-linking \
              --enable-strptime-sanity-checks \
              --disable-pthread  --disable-dynamic-pcre \
+             --enable-extended-statistics \
+             --enable-pcre-host-patterns \
              --with-docbook=yes
 
 #  -- done --
              --with-docbook=yes
 
 #  -- done --