summaryrefslogtreecommitdiffstats
path: root/configure
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
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')
-rwxr-xr-xconfigure15
1 files changed, 14 insertions, 1 deletions
diff --git a/configure b/configure
index bc05638..2aaf8ba 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Id: configure.in 20890 2011-05-23 14:19:26Z hdftest .
+# From configure.in Id: configure.in 20891 2011-05-23 17:02:39Z derobins .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for HDF5 1.9.82.
#
@@ -22088,6 +22088,19 @@ fi
done
+for ac_header in mach/mach_time.h
+do :
+ ac_fn_c_check_header_mongrel "$LINENO" "mach/mach_time.h" "ac_cv_header_mach_mach_time_h" "$ac_includes_default"
+if test "x$ac_cv_header_mach_mach_time_h" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_MACH_MACH_TIME_H 1
+_ACEOF
+
+fi
+
+done
+
+
case "`uname`" in
CYGWIN*)
for ac_header in io.h sys/timeb.h