From a5692b2c3d73869a20f879bd232ad8ffbd8e97e7 Mon Sep 17 00:00:00 2001 From: Gabor Liptak Date: Fri, 29 Mar 2002 19:51:40 +0000 Subject: [PATCH] Correcting compile problem with Debian --- configure.in | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 89616309..b6031271 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.50 2002/03/27 03:03:45 hal9 Exp $ +dnl $Id: configure.in,v 1.51 2002/03/28 20:43:00 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.51 2002/03/28 20:43:00 swa +dnl set make correctly +dnl dnl Revision 1.50 2002/03/27 03:03:45 hal9 dnl Add test for man2html dnl @@ -306,7 +309,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.50 $) +AC_REVISION($Revision: 1.51 $) AC_INIT(jcc.c) AC_CONFIG_HEADER(config.h) AC_CANONICAL_HOST @@ -486,6 +489,10 @@ 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