From 02c5550e49078ec7811c0387578123277d576790 Mon Sep 17 00:00:00 2001 From: Gabor Liptak Date: Mon, 1 Apr 2002 00:54:24 +0000 Subject: [PATCH] More changes needed around regex support. --- configure.in | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/configure.in b/configure.in index 53b630c4..7680b161 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.52 2002/03/29 19:51:40 gliptak Exp $ +dnl $Id: configure.in,v 1.53 2002/03/29 20:09:01 swa 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.53 2002/03/29 20:09:01 swa +dnl al's patch +dnl dnl Revision 1.52 2002/03/29 19:51:40 gliptak dnl Correcting compile problem with Debian dnl @@ -312,7 +315,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.52 $) +AC_REVISION($Revision: 1.53 $) AC_INIT(jcc.c) AC_CONFIG_HEADER([config.h]) AC_CANONICAL_HOST @@ -521,10 +524,6 @@ else fi AC_SUBST(WIN_ONLY) -if test $target_type = i686-pc-linux-gnu; then - SPECIAL_CFLAGS="-I pcre/" -fi - dnl Checking which text html browser we have avaliable if test $dodk != no; then AC_CHECK_PROGS(WDUMP,w3m lynx links,false) -- 2.39.2