[Privoxy-commits] [privoxy] 44/46: configure.in: Add warning that the obsolete pcre code is scheduled to be removed before the 3.0.33 release

User Git git at git.privoxy.org
Sun Feb 21 15:11:06 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 5855157613cca5a106d5ee3d92375089b9c59800
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Feb 19 05:28:36 2021 +0100

    configure.in: Add warning that the obsolete pcre code is scheduled to be removed before the 3.0.33 release
---
 configure.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.in b/configure.in
index 147fe1e4..976d2514 100644
--- a/configure.in
+++ b/configure.in
@@ -1105,6 +1105,7 @@ if test $have_pcre = "yes"; then
 else
   AC_MSG_WARN([You are using the static PCRE code which is out of date and scheduled for removal, for details see:
     https://sourceforge.net/p/ijbswa/mailman/ijbswa-developers/thread/20080511195555.2dc6cfdc@fabiankeil.de/])
+  AC_MSG_WARN([The removal will likely occur before the 3.0.33 release.])
   pcre_dyn=no
   # STATIC_PCRE is a name pcre needs to statically link on Windows.
   # Privoxy itself no longer uses it.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list