From: Fabian Keil Date: Wed, 5 Aug 2020 09:15:47 +0000 (+0200) Subject: Update configure description of FEATURE_PCRE_HOST_PATTERNS X-Git-Tag: v_3_0_29~243 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=1984152e96950de76a71ac865d690a6a76a2fe46;hp=8666662f482bbfbb9c8407af506b5b82e2ef0dae;ds=sidebyside Update configure description of FEATURE_PCRE_HOST_PATTERNS Sponsored by: Robert Klemme --- diff --git a/configure.in b/configure.in index b8667df3..ee3539f6 100644 --- a/configure.in +++ b/configure.in @@ -979,13 +979,9 @@ AC_ARG_ENABLE(graceful-termination, fi]) AC_ARG_ENABLE(pcre-host-patterns, -[ --enable-pcre-host-patterns Enable and require PCRE syntax in host patterns. This feature hasn't - been announced yet and it's not clear if it's a good idea. It's expected - to work, but undocumented. You should only enable it if you know what - PCRE is and are sure that you need it for your host patterns. You can - use tools/url-pattern-translator.pl to convert existing action files to - use PCRE host patterns. Please don't enable this option when creating - packages for others that may not be expecting it.], +[ --enable-pcre-host-patterns Allow to use PCRE syntax in host patterns by prefixing the pattern with + "PCRE-HOST-PATTERN:". You can use tools/url-pattern-translator.pl to + convert existing action files to use PCRE host patterns.], [if test $enableval = yes; then AC_DEFINE(FEATURE_PCRE_HOST_PATTERNS) fi])