X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=configure.in;h=a06407340b75ce64f8444cfb66573521f0153a65;hp=390597132c53df0fbf96c9d93f6dd2119c39e25b;hb=ab082f57780b5acb5b1305d82309a1dea8c026a1;hpb=1859633d8b1992949693121f95e9b87d527f942c;ds=sidebyside diff --git a/configure.in b/configure.in index 39059713..a0640734 100644 --- a/configure.in +++ b/configure.in @@ -934,6 +934,12 @@ AC_ARG_ENABLE(stats, AC_DEFINE(FEATURE_STATISTICS) fi],AC_DEFINE(FEATURE_STATISTICS)) +AC_ARG_ENABLE(extended-statistics, +[ --enable-extended-statistics Gather extended statistics.], +[if test $enableval = yes; then + AC_DEFINE(FEATURE_EXTENDED_STATISTICS) +fi]) + AC_ARG_ENABLE(image-blocking, [ --disable-image-blocking Don't try to figure out whether a request is for an image or HTML - assume HTML.],