summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2017-09-24 02:47:36 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2017-09-24 02:47:36 (GMT)
commit395473b2f4b5f03733aab9a785ac23c59ea84d0b (patch)
treedd30d5c4687512364e5f8a091791af6a48b7e063
parente70dc43d6bfea81a565e3b420795bd351112458e (diff)
downloadhdf5-395473b2f4b5f03733aab9a785ac23c59ea84d0b.zip
hdf5-395473b2f4b5f03733aab9a785ac23c59ea84d0b.tar.gz
hdf5-395473b2f4b5f03733aab9a785ac23c59ea84d0b.tar.bz2
Remove detection for mach/mach/time.h, since we're no longer using the
time routines from that header.
-rw-r--r--config/cmake/H5pubconf.h.in3
-rw-r--r--config/cmake_ext_mod/ConfigureChecks.cmake3
-rw-r--r--configure.ac2
3 files changed, 0 insertions, 8 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index 8c01dba..b427254 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -258,9 +258,6 @@
/* Define to 1 if you have the `lstat' function. */
#cmakedefine H5_HAVE_LSTAT @H5_HAVE_LSTAT@
-/* Define to 1 if you have the <mach/mach_time.h> header file. */
-#cmakedefine H5_HAVE_MACH_MACH_TIME_H @H5_HAVE_MACH_MACH_TIME_H@
-
/* Define to 1 if you have the <memory.h> header file. */
#cmakedefine H5_HAVE_MEMORY_H @H5_HAVE_MEMORY_H@
diff --git a/config/cmake_ext_mod/ConfigureChecks.cmake b/config/cmake_ext_mod/ConfigureChecks.cmake
index 56d45f9..88cd77b 100644
--- a/config/cmake_ext_mod/ConfigureChecks.cmake
+++ b/config/cmake_ext_mod/ConfigureChecks.cmake
@@ -234,9 +234,6 @@ if (${HDF_PREFIX}_HAVE_STDINT_H AND CMAKE_CXX_COMPILER_LOADED)
endif ()
endif ()
-# Darwin
-CHECK_INCLUDE_FILE_CONCAT ("mach/mach_time.h" ${HDF_PREFIX}_HAVE_MACH_MACH_TIME_H)
-
# Windows
CHECK_INCLUDE_FILE_CONCAT ("io.h" ${HDF_PREFIX}_HAVE_IO_H)
if (NOT CYGWIN)
diff --git a/configure.ac b/configure.ac
index 91800e7..ea4e4bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1050,8 +1050,6 @@ AC_CHECK_HEADERS([stdint.h], [C9x=yes])
AC_CHECK_HEADERS([stdbool.h])
## Darwin
-AC_CHECK_HEADERS([mach/mach_time.h])
-## Also need to detect Darwin for pubconf
case $host_os in
darwin*)
AC_DEFINE([HAVE_DARWIN], [1], [Define if Darwin or Mac OS X])