From: Fabian Keil Date: Sun, 3 Feb 2008 14:40:47 +0000 (+0000) Subject: Remove unused OSX_DARWIN macro. Reported by Mark Miller in #1852529. X-Git-Tag: v_3_0_9~255 X-Git-Url: http://www.privoxy.org/gitweb/%40default-cgi%40toggle?a=commitdiff_plain;h=82d457d1f5a21fd9c1cad0aca6767753a01fe7fd;hp=82e1d3de7e294ef658daac73ef9ed5ae86f08e97;p=privoxy.git Remove unused OSX_DARWIN macro. Reported by Mark Miller in #1852529. --- diff --git a/configure.in b/configure.in index fe41b855..944a35e7 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.109 2008/01/20 14:07:09 fabiankeil Exp $ +dnl $Id: configure.in,v 1.110 2008/01/26 10:52:13 fabiankeil Exp $ dnl dnl Written by and Copyright (C) 2001 - 2007 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.110 2008/01/26 10:52:13 fabiankeil +dnl Change version to 3.0.9 UNRELEASED. +dnl dnl Revision 1.109 2008/01/20 14:07:09 fabiankeil dnl Set CODE_STATUS to stable. dnl @@ -508,7 +511,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.109 $) +AC_REVISION($Revision: 1.110 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -1113,7 +1116,7 @@ dnl Mac OSX specific dnl ================================================================= case "$host" in -*-apple-darwin*) SPECIAL_CFLAGS="-Dunix -DOSX_DARWIN" +*-apple-darwin*) SPECIAL_CFLAGS="-Dunix" ;; esac