From: Gabor Liptak Date: Fri, 29 Mar 2002 19:51:40 +0000 (+0000) Subject: Correcting compile problem with Debian X-Git-Tag: v_2_9_14~319 X-Git-Url: http://www.privoxy.org/gitweb/show-status?a=commitdiff_plain;h=a5692b2c3d73869a20f879bd232ad8ffbd8e97e7;p=privoxy.git Correcting compile problem with Debian --- 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)