diff options
author | Björn Gustavsson <[email protected]> | 2011-09-07 10:23:06 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-09-08 13:15:57 +0200 |
commit | 3fcc5534a40dbe9af99f5e2a84c9e56130cf0464 (patch) | |
tree | 23838ce20fe5a8713180c8670af76ed0e6dc287a /erts | |
parent | 49854c414bc2d7ca0d538086476ca81c34d38fae (diff) | |
download | otp-3fcc5534a40dbe9af99f5e2a84c9e56130cf0464.tar.gz otp-3fcc5534a40dbe9af99f5e2a84c9e56130cf0464.tar.bz2 otp-3fcc5534a40dbe9af99f5e2a84c9e56130cf0464.zip |
erts/configure.in: Don't check for the presence of mach-o/dyld.h
We no longer include mach-o/dyld.h (because we only support
MacOS X versions that have dlopen()).
Diffstat (limited to 'erts')
-rwxr-xr-x | erts/autoconf/win32.config.cache.static | 1 | ||||
-rw-r--r-- | erts/configure.in | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/erts/autoconf/win32.config.cache.static b/erts/autoconf/win32.config.cache.static index d25b1df9d9..bbfe66ffdf 100755 --- a/erts/autoconf/win32.config.cache.static +++ b/erts/autoconf/win32.config.cache.static @@ -124,7 +124,6 @@ ac_cv_header_ieeefp_h=${ac_cv_header_ieeefp_h=no} ac_cv_header_inttypes_h=${ac_cv_header_inttypes_h=no} ac_cv_header_langinfo_h=${ac_cv_header_langinfo_h=no} ac_cv_header_limits_h=${ac_cv_header_limits_h=yes} -ac_cv_header_mach_o_dyld_h=${ac_cv_header_mach_o_dyld_h=no} ac_cv_header_malloc_h=${ac_cv_header_malloc_h=yes} ac_cv_header_memory_h=${ac_cv_header_memory_h=yes} ac_cv_header_net_errno_h=${ac_cv_header_net_errno_h=no} diff --git a/erts/configure.in b/erts/configure.in index 2ae9c63215..bea1e14859 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -1477,7 +1477,7 @@ AC_CHECK_HEADERS(fcntl.h limits.h unistd.h syslog.h dlfcn.h ieeefp.h \ sys/types.h sys/stropts.h sys/sysctl.h \ sys/ioctl.h sys/time.h sys/uio.h \ sys/socket.h sys/sockio.h sys/socketio.h \ - net/errno.h malloc.h mach-o/dyld.h arpa/nameser.h \ + net/errno.h malloc.h arpa/nameser.h \ pty.h util.h utmp.h langinfo.h poll.h sdkddkver.h) AC_CHECK_HEADER(sys/resource.h, |