Remove unused OSX_DARWIN macro. Reported by Mark Miller in #1852529.
authorFabian Keil <fk@fabiankeil.de>
Sun, 3 Feb 2008 14:40:47 +0000 (14:40 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 3 Feb 2008 14:40:47 +0000 (14:40 +0000)
configure.in

index fe41b85..944a35e 100644 (file)
@@ -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