summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2009-08-06 01:33:54 +0000
committerScott MacVicar <scottmac@php.net>2009-08-06 01:33:54 +0000
commitc54f6df9788d76d7eaa9615622b5f8fa0e4caf41 (patch)
treec3a099c3fd51b61d574d0e92f7b1e57d7f4af82a /configure.in
parentaf5df4c813bd32d58ed4510a4cb0da2f516e5a5d (diff)
downloadphp-git-c54f6df9788d76d7eaa9615622b5f8fa0e4caf41.tar.gz
Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX specific code.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.in b/configure.in
index 7851c4e3c1..6296078fcd 100644
--- a/configure.in
+++ b/configure.in
@@ -486,16 +486,6 @@ assert.h
#endif
])
-dnl Don't use mach-o/dyld.h on Darwin 8+, dl* is recommended by Apple from there on
-dnl See http://developer.apple.com/documentation/DeveloperTools/Conceptual/MachOTopics/Articles/loading_code.html
-case $host_alias in
- *darwin[[89]]*)
- ;;
- *)
- AC_CHECK_HEADERS([mach-o/dyld.h],[],[],[])
- ;;
-esac
-
PHP_FOPENCOOKIE
PHP_BROKEN_GETCWD
PHP_BROKEN_GLIBC_FOPEN_APPEND