From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 18 Dec 2020 09:48:28 +0000 (+0100)
Subject: configure: Update the link to the 'Removing outdated PCRE version ...' thread
X-Git-Tag: v_3_0_30~198
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/developer-manual/@default-cgi@/static/gitweb.js?a=commitdiff_plain;h=c1691b7fafea3eb2e569db6c8e68c01afdacaf6c;p=privoxy.git

configure: Update the link to the 'Removing outdated PCRE version ...' thread
---

diff --git a/configure.in b/configure.in
index 6672d47c..c6276434 100644
--- a/configure.in
+++ b/configure.in
@@ -1075,7 +1075,7 @@ if test $have_pcre = "yes"; then
   LIBS="$LIBS -lpcre -lpcreposix"
 else
   AC_MSG_WARN([You are using the static PCRE code which is out of date and scheduled for removal, for details see:
-    http://sourceforge.net/mailarchive/forum.php?thread_name=20080511195555.2dc6cfdc%40fabiankeil.de&forum_name=ijbswa-developers])
+    https://sourceforge.net/p/ijbswa/mailman/ijbswa-developers/thread/20080511195555.2dc6cfdc@fabiankeil.de/])
   pcre_dyn=no
   # STATIC_PCRE is a name pcre needs to statically link on Windows.
   # Privoxy itself no longer uses it.