From: Andi Gutmans Date: Wed, 28 Jul 2004 19:05:40 +0000 (+0000) Subject: - Fix MAC OSX to always use native DSO loading X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~334 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d80f82e704ad33075b17701975f027a5c934af9;p=php - Fix MAC OSX to always use native DSO loading --- diff --git a/Zend/zend.h b/Zend/zend.h index 23375230f5..bfdbb312b4 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -91,7 +91,7 @@ const char *zend_mh_bundle_error(void); #endif /* HAVE_MACH_O_DYLD_H */ -#if defined(HAVE_LIBDL) +#if defined(HAVE_LIBDL) && !defined(HAVE_MACH_O_DYLD_H) # ifndef RTLD_LAZY # define RTLD_LAZY 1 /* Solaris 1, FreeBSD's (2.1.7.1 and older) */