summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2013-01-08 01:19:17 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2013-01-08 01:19:17 (GMT)
commit724a0a93b4c6d00a47431d4c33fbedc4e402c2c4 (patch)
tree2a5e8962d028f9c3269bde09652da38110a99fa5 /configure
parent38517de982be2c3abc2abc53e5096f5ef57c5ab5 (diff)
downloadhdf5-724a0a93b4c6d00a47431d4c33fbedc4e402c2c4.zip
hdf5-724a0a93b4c6d00a47431d4c33fbedc4e402c2c4.tar.gz
hdf5-724a0a93b4c6d00a47431d4c33fbedc4e402c2c4.tar.bz2
[svn-r23142] Purpose:
Merged 23111 from the trunk. (Core VFD and Mac OS X I/O changes) Tested on: 64-bit Windows 7, Visual Studio 2010, CMake 64-bit Mac OS X Snow Leopard (Fred), Fortran, C++ 64-bit BE Linux (Ostrich), Fortran, C++ 32-bit LE LInux (jam), Fortran, C++ (also parallel w/ Fortran)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 9 insertions, 1 deletions
diff --git a/configure b/configure
index 7251ef7..c6e8718 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Id: configure.ac 23086 2012-12-10 03:36:10Z hdftest .
+# From configure.ac Id: configure.ac 23123 2012-12-31 04:17:59Z hdftest .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for HDF5 1.8.11-snap7.
#
@@ -22772,6 +22772,14 @@ fi
done
+## Also need to detect Darwin for pubconf
+case $host_os in
+ darwin*)
+
+$as_echo "#define HAVE_DARWIN 1" >>confdefs.h
+
+ ;;
+esac
## Windows
case "`uname`" in