summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
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])