update ftp.pcre.org references to the new sourceforge address
[privoxy.git] / windows / MYconfigure
index 5acc59d..0091b78 100755 (executable)
@@ -127,7 +127,8 @@ CFLAGS="${CFLAGS} -Wshadow"
 
 # why does the mingw library _not_ include .a files for libpcre?
 # *sigh* build my own pcre so I can do static linking
-# Get the 8.x PCRE library from  https://ftp.pcre.org/pub/pcre/
+# Get the 8.x PCRE library from
+#   https://sourceforge.net/projects/pcre/files/pcre/
 inc="/source/pcre-8.45/"
 lib="/source/pcre-8.45/.libs"
 CPPFLAGS="${CPPFLAGS} -I${inc}"