X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=configure.in;h=e36526a06fcfc445a13d3d9719af6aac41e839a9;hp=e794688c90a16a87f4d55a2bde5b90796057aac4;hb=712f52070112388ddfcdc059b54a76af3dbdf726;hpb=2ea1d9fa1e83686e3f642c23445ea160f6fd3511 diff --git a/configure.in b/configure.in index e794688c..e36526a0 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.87 2002/12/28 04:10:22 david__schmidt Exp $ +dnl $Id: configure.in,v 1.88 2003/03/23 02:15:51 hal9 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.88 2003/03/23 02:15:51 hal9 +dnl Apply Docbook/FreeBSD patch from a.go at tiscali.nl. Thanks! +dnl dnl Revision 1.87 2002/12/28 04:10:22 david__schmidt dnl Initial drop of dashboard instrumentation - enabled with dnl --enable-activity-console @@ -440,7 +443,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.87 $) +AC_REVISION($Revision: 1.88 $) AC_INIT(src/jcc.c) if test ! -f src/config.h.in; then echo "You need to run autoheader first. " @@ -925,19 +928,10 @@ dnl Mac OSX specific dnl ================================================================= case "$host" in -*-apple-darwin*) SPECIAL_CFLAGS="-Dunix" +*-apple-darwin*) SPECIAL_CFLAGS="-Dunix -DOSX_DARWIN" ;; esac -dnl ================================================================= -dnl Mac OSX specific -dnl ================================================================= - -case "$host" in -*-apple-darwin*) SPECIAL_CFLAGS="-Dunix" -;; -esac - dnl ================================================================= dnl OpenBSD specific dnl =================================================================