projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be73eff
)
configure.in: Add warning that the obsolete pcre code is scheduled to be removed...
author
Fabian Keil
<fk@fabiankeil.de>
Fri, 19 Feb 2021 04:28:36 +0000
(
05:28
+0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Sun, 21 Feb 2021 15:09:21 +0000
(16:09 +0100)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
147fe1e
..
976d251
100644
(file)
--- 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.