]> 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:05:40 +0000 (19:05 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 28 Jul 2004 19:05:40 +0000 (19:05 +0000)
Zend/zend.h

index 23375230f53af1f4d0df05c5ce8b7e16e70e84b6..bfdbb312b4bb2cff5192fdb8532523b8f896ed69 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) */