From: oes Date: Thu, 6 Mar 2003 15:22:37 +0000 (+0000) Subject: Fixed minor shell syntax bug X-Git-Tag: v_3_0_1~42 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=0adca031dd2e4293e09322d9a9c73ab60c8b6446;p=privoxy.git Fixed minor shell syntax bug --- diff --git a/configure.in b/configure.in index afc6b9e5..212c2863 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.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