X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=configure.in;h=1c25152e860ca0de6d917155dad933d68b7bcfd0;hp=af62470b1c7361b0bb1e56521af25cd52c4f13a6;hb=edf59d0799e57561633977867a7f4b1fb611d7df;hpb=1dfca8bffd17af83f63d59f48f7e1d1b530b90f4 diff --git a/configure.in b/configure.in index af62470b..1c25152e 100644 --- a/configure.in +++ b/configure.in @@ -1,9 +1,9 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl $Id: configure.in,v 1.46 2002/03/24 18:55:06 jongfoster Exp $ +dnl $Id: configure.in,v 1.48 2002/03/26 22:29:54 swa Exp $ dnl -dnl Written by and Copyright (C) 2001 the SourceForge -dnl Privoxy team. http://ijbswa.sourceforge.net +dnl Written by and Copyright (C) 2001, 2002 the SourceForge +dnl Privoxy team. http://www.privoxy.org/ dnl dnl Based on the Internet Junkbuster originally written dnl by and Copyright (C) 1997 Anonymous Coders and @@ -28,6 +28,12 @@ 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.48 2002/03/26 22:29:54 swa +dnl we have a new homepage! +dnl +dnl Revision 1.47 2002/03/26 16:41:00 hal9 +dnl Upped RPM Release to 3 (need to build new RH packages) +dnl dnl Revision 1.46 2002/03/24 18:55:06 jongfoster dnl Making Docbook work under Windows dnl @@ -292,7 +298,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.46 $) +AC_REVISION($Revision: 1.48 $) AC_INIT(jcc.c) AC_CONFIG_HEADER(config.h) AC_CANONICAL_HOST @@ -733,6 +739,15 @@ esac AC_SUBST(SOCKET_LIB) +dnl ================================================================= +dnl Mac OSX specific +dnl ================================================================= + +case "$host" in +*-apple-darwin*) SPECIAL_CFLAGS="-Dunix" +;; +esac + dnl ================================================================= dnl AmigaOS specific dnl =================================================================