X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=configure.in;h=13f42a6f2d52bd0ea662a0176873403ed9635b2a;hp=657edef4fde54b6c5dbf9eed76c43654f7cb8f89;hb=6cbfccde68100f14bc162eb5198c904f8dfc2dfd;hpb=f67b3326138f428863c21c7738e0c8db87fa6f5c diff --git a/configure.in b/configure.in index 657edef4..13f42a6f 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl $Id: configure.in,v 1.206 2016/09/27 22:48:28 ler762 Exp $ +dnl $Id: configure.in,v 1.207 2016/12/24 16:00:49 fabiankeil Exp $ dnl dnl Written by and Copyright (C) 2001-2016 the dnl Privoxy team. https://www.privoxy.org/ @@ -32,7 +32,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.206 $) +AC_REVISION($Revision: 1.207 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -931,13 +931,6 @@ AC_ARG_ENABLE(stats, AC_DEFINE(FEATURE_STATISTICS) fi],AC_DEFINE(FEATURE_STATISTICS)) -AC_ARG_ENABLE(ie-images, -[ --enable-ie-images Enable a quick but not always reliable auto-detect whether requests from - MS Internet Explorer are for an image or not.], -[if test $enableval = yes; then - AC_DEFINE(FEATURE_IMAGE_DETECT_MSIE) -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.],