From: oes Date: Wed, 8 Jan 2003 16:39:41 +0000 (+0000) Subject: Changing default to exclude FEATURE_IMAGE_DETECT_MSIE because of problem reports... X-Git-Tag: v_3_0_1~57 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=a19ba15d246f67af2694f8fd3787622d71b0e9d5;p=privoxy.git Changing default to exclude FEATURE_IMAGE_DETECT_MSIE because of problem reports with recent IEs --- diff --git a/configure.in b/configure.in index 247e9693..afc6b9e5 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.68.2.8 2002/11/27 12:55:26 oes Exp $ +dnl $Id: configure.in,v 1.68.2.9 2002/12/13 23:47:45 hal9 Exp $ dnl dnl Written by and Copyright (C) 2001, 2002 the SourceForge dnl Privoxy team. http://www.privoxy.org/ @@ -28,6 +28,9 @@ dnl or write to the Free Software Foundation, Inc., 59 dnl Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl dnl $Log: configure.in,v $ +dnl Revision 1.68.2.9 2002/12/13 23:47:45 hal9 +dnl Add openbsd $specialflags per gunner at styx2002.no-ip.org +dnl dnl Revision 1.68.2.8 2002/11/27 12:55:26 oes dnl Fixed broken handling of pre-set CFLAGS dnl @@ -397,7 +400,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.68.2.8 $) +AC_REVISION($Revision: 1.68.2.9 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -1116,12 +1119,11 @@ AC_ARG_ENABLE(stats, fi],AC_DEFINE(FEATURE_STATISTICS)) AC_ARG_ENABLE(ie-images, -[ --disable-ie-images Don't auto-detect whether a request from MS Internet - Explorer is for an image or HTML.], +[ --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_DEFINE(FEATURE_IMAGE_DETECT_MSIE)) +fi],) AC_ARG_ENABLE(image-blocking, [ --disable-image-blocking Don't try to figure out whether a request is