X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=configure.in;h=944a35e7b277103701e4876d706093c0f636e0f2;hb=5e155cc6bc970f6b3515deadb6546fc8b5cfd1c5;hp=fe41b855263fd776e50c051b7455b9adda171f96;hpb=828afb5284f082722460ac443a958016b0f77a6f;p=privoxy.git 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