From 219364ee55d166c14fde6a90a81d0104c7dd3c98 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Wed, 28 Jul 2004 19:07:26 +0000 Subject: [PATCH] - Fix MAC OSX to always use native DSO loading --- Zend/zend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend.h b/Zend/zend.h index c9b58779b5..5252cbefe4 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) */ -- 2.50.1