More Mac OSX support:
authorDavid Schmidt <david__schmidt@users.sourceforge.net>
Wed, 27 Mar 2002 02:19:52 +0000 (02:19 +0000)
committerDavid Schmidt <david__schmidt@users.sourceforge.net>
Wed, 27 Mar 2002 02:19:52 +0000 (02:19 +0000)
- Get rid of extraneous, noisy -pthread warnings
- Define unix so we get oes' unix-tagged changes

configure.in

index f66ad27..1c25152 100644 (file)
@@ -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 =================================================================