From 5855157613cca5a106d5ee3d92375089b9c59800 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 19 Feb 2021 05:28:36 +0100 Subject: [PATCH] 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. -- 2.39.2