Fixed minor shell syntax bug
authoroes <oes@users.sourceforge.net>
Thu, 6 Mar 2003 15:22:37 +0000 (15:22 +0000)
committeroes <oes@users.sourceforge.net>
Thu, 6 Mar 2003 15:22:37 +0000 (15:22 +0000)
configure.in

index afc6b9e..212c286 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl 
-dnl $Id: configure.in,v 1.68.2.9 2002/12/13 23:47:45 hal9 Exp $
+dnl $Id: configure.in,v 1.68.2.10 2003/01/08 16:39:41 oes 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.10  2003/01/08 16:39:41  oes
+dnl Changing default to exclude FEATURE_IMAGE_DETECT_MSIE because of problem reports with recent IEs
+dnl
 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
@@ -400,7 +403,7 @@ dnl =================================================================
 dnl AutoConf Initialization
 dnl =================================================================
 
-AC_REVISION($Revision: 1.68.2.9 $)
+AC_REVISION($Revision: 1.68.2.10 $)
 AC_INIT(jcc.c)
 
 if test ! -f config.h.in; then
@@ -475,7 +478,7 @@ dnl =================================================================
 
 dnl Keep AC_PROG_CC from setting its own defaults:
 if test "X$CFLAGS" = "X"; then
-   CFLAGS = " "
+   CFLAGS=" "
 fi
 
 AC_PROG_CC