[Privoxy-commits] [privoxy] branch master updated: windows: Enable extended statistics and pcre host patterns
    User Git 
    git at git.privoxy.org
       
    Wed Jan 27 16:47:27 UTC 2021
    
    
  
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
The following commit(s) were added to refs/heads/master by this push:
     new 4550cf4a windows: Enable extended statistics and pcre host patterns
4550cf4a is described below
commit 4550cf4a17f3984a98fdbff30617641085fbdd46
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Wed Jan 27 17:43:04 2021 +0100
    windows: Enable extended statistics and pcre host patterns
    
    ... when configuring.
    
    No objections from: Lee
---
 windows/MYconfigure | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/windows/MYconfigure b/windows/MYconfigure
index 5b3d55bf..9af8b90e 100755
--- a/windows/MYconfigure
+++ b/windows/MYconfigure
@@ -118,6 +118,8 @@ echo "LDFLAGS=${LDFLAGS}"
              --enable-static-linking \
              --enable-strptime-sanity-checks \
              --disable-pthread  --disable-dynamic-pcre \
+             --enable-extended-statistics \
+             --enable-pcre-host-patterns \
              --with-docbook=yes
 
 #  -- done --
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Privoxy-commits
mailing list