From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 19 Feb 2021 04:28:36 +0000 (+0100)
Subject: configure.in: Add warning that the obsolete pcre code is scheduled to be removed... 
X-Git-Tag: v_3_0_32~37
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/developer-manual/@default-cgi@/static/@default-cgi@show-url-info?a=commitdiff_plain;h=5855157613cca5a106d5ee3d92375089b9c59800;p=privoxy.git

configure.in: Add warning that the obsolete pcre code is scheduled to be removed before the 3.0.33 release
---

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.