From edf59d0799e57561633977867a7f4b1fb611d7df Mon Sep 17 00:00:00 2001 From: David Schmidt Date: Wed, 27 Mar 2002 02:19:52 +0000 Subject: [PATCH] More Mac OSX support: - Get rid of extraneous, noisy -pthread warnings - Define unix so we get oes' unix-tagged changes --- configure.in | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index f66ad278..1c25152e 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl $Id: configure.in,v 1.47 2002/03/26 16:41:00 hal9 Exp $ +dnl $Id: configure.in,v 1.48 2002/03/26 22:29:54 swa Exp $ dnl -dnl Written by and Copyright (C) 2001 the SourceForge +dnl Written by and Copyright (C) 2001, 2002 the SourceForge dnl Privoxy team. http://www.privoxy.org/ dnl dnl Based on the Internet Junkbuster originally written @@ -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.48 2002/03/26 22:29:54 swa +dnl we have a new homepage! +dnl dnl Revision 1.47 2002/03/26 16:41:00 hal9 dnl Upped RPM Release to 3 (need to build new RH packages) dnl @@ -295,7 +298,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.47 $) +AC_REVISION($Revision: 1.48 $) AC_INIT(jcc.c) AC_CONFIG_HEADER(config.h) AC_CANONICAL_HOST @@ -736,6 +739,15 @@ esac AC_SUBST(SOCKET_LIB) +dnl ================================================================= +dnl Mac OSX specific +dnl ================================================================= + +case "$host" in +*-apple-darwin*) SPECIAL_CFLAGS="-Dunix" +;; +esac + dnl ================================================================= dnl AmigaOS specific dnl ================================================================= -- 2.39.2