From: Fabian Keil Date: Sat, 16 Apr 2011 17:27:40 +0000 (+0000) Subject: Update the URL of the 'Removing outdated PCRE version after the next stable release... X-Git-Tag: v_3_0_18~271 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/static/@default-cgi@toggle?a=commitdiff_plain;h=b4a7d66fd0a7d3c9c5de9407004a2e19ae96bf7f;p=privoxy.git Update the URL of the 'Removing outdated PCRE version after the next stable release' posting. The old URL stopped working after one of SF's recent layout pessimizations. Reported by Han Liu. --- diff --git a/configure.in b/configure.in index c86c8a57..2f6991bf 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl $Id: configure.in,v 1.147 2010/10/30 15:57:50 fabiankeil Exp $ +dnl $Id: configure.in,v 1.148 2010/12/11 15:35:41 fabiankeil Exp $ dnl dnl Written by and Copyright (C) 2001-2010 the dnl Privoxy team. http://www.privoxy.org/ @@ -32,7 +32,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.147 $) +AC_REVISION($Revision: 1.148 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -945,7 +945,7 @@ if test $have_pcre = "yes"; then LIBS="$LIBS -lpcre -lpcreposix" else AC_MSG_WARN([You are using the static PCRE code which is scheduled for removal, for details see: - https://sourceforge.net/mailarchive/message.php?msg_id=20080511195555.2dc6cfdc%40fabiankeil.de]) + http://sourceforge.net/mailarchive/forum.php?thread_name=20080511195555.2dc6cfdc%40fabiankeil.de&forum_name=ijbswa-developers]) pcre_dyn=no AC_DEFINE(STATIC_PCRE) STATIC_PCRE_ONLY=