summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2011-05-23 17:29:14 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2011-05-23 17:29:14 (GMT)
commit3cfec078a6d5305657380b68558900d8aa955470 (patch)
tree61d1850eced904bad37ad61be552de3a291d4b68 /configure.in
parentc8d91d05a40a05e0d73202ad1348294a5446d42e (diff)
downloadhdf5-3cfec078a6d5305657380b68558900d8aa955470.zip
hdf5-3cfec078a6d5305657380b68558900d8aa955470.tar.gz
hdf5-3cfec078a6d5305657380b68558900d8aa955470.tar.bz2
[svn-r20892] Purpose:
Adds a check for the mach_time header file. Description: The mach time header file is needed for the monotonic timer / log VFD work. No code in the trunk depends on this file at this time. Tested on: jam(linux32-LE) tejeda(darwin32 LE) local darwin64 (snow leopard)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index f1c0383..c761e5a 100644
--- a/configure.in
+++ b/configure.in
@@ -1214,6 +1214,9 @@ AC_CHECK_HEADERS([sys/socket.h sys/types.h])
AC_CHECK_HEADERS([stddef.h setjmp.h features.h])
AC_CHECK_HEADERS([stdint.h], [C9x=yes])
+dnl Darwin
+AC_CHECK_HEADERS([mach/mach_time.h])
+
dnl Windows
case "`uname`" in
CYGWIN*)