More changes needed around regex support.
[privoxy.git] / configure.in
index 53b630c..7680b16 100644 (file)
@@ -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)