From: Fabian Keil Date: Tue, 20 May 2014 15:02:09 +0000 (+0000) Subject: Rename STATIC_PCRE to FEATURE_DYNAMIC_PCRE X-Git-Tag: v_3_0_22~146 X-Git-Url: http://www.privoxy.org/gitweb/%40proxy-info-url%40?a=commitdiff_plain;h=3fa247a8b6f38c04f675080fcb7f0f46d9c85dee;p=privoxy.git Rename STATIC_PCRE to FEATURE_DYNAMIC_PCRE ... to be more consistent with other feature names. This change belongs to a previous commit but got lost after the git export due to human error. --- diff --git a/acconfig.h b/acconfig.h index 286ff629..d2f50a29 100644 --- a/acconfig.h +++ b/acconfig.h @@ -67,10 +67,10 @@ /* * Should pcre be statically built in instead of linkling with libpcre? * (This is determined by configure depending on the availiability of - * libpcre and user preferences). The name is ugly, but pcre needs it. + * libpcre and user preferences). * Don't bother to change this here! Use configure instead. */ -#undef STATIC_PCRE +#undef FEATURE_DYNAMIC_PCRE /* * Should pcrs be statically built in instead of linkling with libpcrs?