Rename FEATURE_EXTENDED_HOST_PATTERNS to FEATURE_PCRE_HOST_PATTERNS
[privoxy.git] / configure.in
index 2ca7e24..b8667df 100644 (file)
@@ -978,8 +978,8 @@ AC_ARG_ENABLE(graceful-termination,
   AC_DEFINE(FEATURE_GRACEFUL_TERMINATION)
 fi])
 
-AC_ARG_ENABLE(extended-host-patterns,
-[  --enable-extended-host-patterns Enable and require PCRE syntax in host patterns. This feature hasn't
+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
@@ -987,7 +987,7 @@ AC_ARG_ENABLE(extended-host-patterns,
                                   use PCRE host patterns. Please don't enable this option when creating
                                   packages for others that may not be expecting it.],
 [if test $enableval = yes; then
-  AC_DEFINE(FEATURE_EXTENDED_HOST_PATTERNS)
+  AC_DEFINE(FEATURE_PCRE_HOST_PATTERNS)
 fi])
 
 AC_ARG_ENABLE(external-filters,