summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2018-07-18 22:01:53 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2018-07-18 22:01:53 (GMT)
commit892252106a1517a4cd715fa6257201e89fb25564 (patch)
treee8e89f8a92cf3fd8fbc78e3d91033ea1ae40e357 /configure.ac
parent08a8202eda7a79495a6d48f6be2c0b114e11750f (diff)
downloadhdf5-892252106a1517a4cd715fa6257201e89fb25564.zip
hdf5-892252106a1517a4cd715fa6257201e89fb25564.tar.gz
hdf5-892252106a1517a4cd715fa6257201e89fb25564.tar.bz2
Apply Cygwin pathches from Marco Atzeri.
Commit Joe Lee's typo corrections for src/H5MF.c.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index 1de69c8..da666b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -848,19 +848,6 @@ AC_SUBST([RUNPARALLEL])
AC_SUBST([TESTPARALLEL])
## ----------------------------------------------------------------------
-## Disable shared libraries on CYGWIN. (LK - 04/16/15)
-## A number of tests run by "make check" fail on CYGWIN, so for HDF5 v1.8.15
-## we will change the default for shared libraries to disabled.
-
-
-case "`uname`" in
- CYGWIN*)
- enable_shared="no"
- CHECK_WARN="Shared libraries are not currently supported on CYGWIN."
- ;;
-esac
-
-## ----------------------------------------------------------------------
## Check if they would like the Java native interface (JNI) compiled
##