X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=configure.in;h=ee3539f6a0a2cc956766bc2317dbd237483f8932;hp=b8667df36df083933f3c486f1809c4bc98cf4c46;hb=1984152e96950de76a71ac865d690a6a76a2fe46;hpb=8666662f482bbfbb9c8407af506b5b82e2ef0dae 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])