summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2017-10-10 17:43:02 (GMT)
committerlrknox <lrknox>2017-10-16 20:45:14 (GMT)
commita6fdf1bb0e344e8f5a1870926f6077239de3ce6d (patch)
tree2b25151ebab1aead3f1555ad778f2a401893688f /configure.ac
parent8d59b5fd4396b32a31ee89d85213d8bb7f1e83aa (diff)
downloadhdf5-a6fdf1bb0e344e8f5a1870926f6077239de3ce6d.zip
hdf5-a6fdf1bb0e344e8f5a1870926f6077239de3ce6d.tar.gz
hdf5-a6fdf1bb0e344e8f5a1870926f6077239de3ce6d.tar.bz2
Merge pull request #703 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '4a3998ac308c2bf24201e470c0b23f7f83f063e1': Correct indentation in h5diff/Makefile.am. Add "-rpath /nowhere" to *_la_LDFLAGS for plugin test libraries. This allows them to be successfully linked but not installed. The change was added for the HDF5 1.8.20 release, but is also needed for all other HDF5 branches.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2b54d70..0ef4b3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1063,6 +1063,7 @@ esac
case "`uname`" in
CYGWIN*)
AC_CHECK_HEADERS([io.h sys/timeb.h])
+ UNAME_CYGWIN="yes"
;;
MINGW*)
AC_CHECK_HEADERS([io.h winsock2.h sys/timeb.h])