From 82d457d1f5a21fd9c1cad0aca6767753a01fe7fd Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 3 Feb 2008 14:40:47 +0000 Subject: [PATCH] Remove unused OSX_DARWIN macro. Reported by Mark Miller in #1852529. --- configure.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 -- 2.39.2