From fd7c43a71dbf44fae82a637bc0d110ed28ae31aa Mon Sep 17 00:00:00 2001 From: bfernhomberg Date: Tue, 24 Aug 2004 17:33:22 +0000 Subject: [PATCH] fix OSX build for 10.3, remove HAVE_BROKEN_CPP define. Should now build on 10.2 and 10.3. --- configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 535998ba..06a8b981 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.179.2.3.2.35 2004-08-11 02:33:47 bfernhomberg Exp $ +dnl $Id: configure.in,v 1.179.2.3.2.36 2004-08-24 17:33:22 bfernhomberg Exp $ dnl configure.in for netatalk AC_INIT(etc/afpd/main.c) @@ -767,7 +767,6 @@ dnl ----- Mac OSX specific ----- if test x"$this_os" = "xmacosx"; then AC_MSG_RESULT([ * Mac OSX specific configuration]) AC_DEFINE(BSD4_4, 1, [BSD compatiblity macro]) - AC_DEFINE(HAVE_BROKEN_CPP, 1, [Define if cpp is broken]) AC_DEFINE(HAVE_2ARG_DBTOB, 1, [Define if dbtob takes two arguments]) dnl AC_DEFINE(NO_DLFCN_H) AC_DEFINE(NO_DDP, 1, [Define if DDP should be disabled]) -- 2.39.2