From: Stefan Metzmacher Date: Wed, 12 May 2010 07:42:44 +0000 (+0200) Subject: s4:heimdal_build: undefine __APPLE__ as we don't need that magic X-Git-Tag: samba-3.6.0pre1~2068 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f9bce1c0d7081c14ee20750b7d3f6910c285d80;p=thirdparty%2Fsamba.git s4:heimdal_build: undefine __APPLE__ as we don't need that magic This hopefully fixes the build on Mac OS 10. metze --- diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index 35981b85d2f..2cf36d3e5fa 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -28,4 +28,9 @@ #define LIBINTL #endif +/* we do not want any __APPLE__ magic */ +#ifdef __APPLE__ +#undef __APPLE__ +#endif + #endif