]> granicus.if.org Git - php/commitdiff
- Fix MAC OSX to always use native DSO loading
authorAndi Gutmans <andi@php.net>
Wed, 28 Jul 2004 19:07:26 +0000 (19:07 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 28 Jul 2004 19:07:26 +0000 (19:07 +0000)
Zend/zend.h

index c9b58779b56e5ec4cfcf6657b47c871182c039e6..5252cbefe4d521977b62ad72bdb26e2b31992828 100644 (file)
@@ -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) */