summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-09-25 19:41:48 (GMT)
committerGitHub <noreply@github.com>2023-09-25 19:41:48 (GMT)
commit1e852b94bdcfbfe6f5e21c02c2d01a709b8040b0 (patch)
treec25cd5ed9e2c4dc3e263b3e53615eb631f7f7b4f /configure.ac
parent995e13dedfd468a6daf984d1043cab6052e16d6f (diff)
downloadhdf5-1e852b94bdcfbfe6f5e21c02c2d01a709b8040b0.zip
hdf5-1e852b94bdcfbfe6f5e21c02c2d01a709b8040b0.tar.gz
hdf5-1e852b94bdcfbfe6f5e21c02c2d01a709b8040b0.tar.bz2
Removed the use of -commons linking option on Darwin (#3581)
Removed the use of -commons linking option on Darwin as COMMON and EQUIVALENCE is no long used
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 15f7bb4..37252d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1074,14 +1074,6 @@ H5_FORTRAN_SHARED="no"
if test "X${HDF_FORTRAN}" = "Xyes" && test "X${enable_shared}" != "Xno"; then
AC_MSG_CHECKING([if shared Fortran libraries are supported])
H5_FORTRAN_SHARED="yes"
- ## tell libtool to do the right thing with COMMON symbols, this fixes
- ## corrupt values with COMMON and EQUIVALENCE when building shared
- ## Fortran libraries on OSX with gnu and Intel compilers (HDFFV-2772).
- case "`uname`" in
- Darwin*)
- H5_LDFLAGS="$H5_LDFLAGS -Wl,-commons,use_dylibs"
- ;;
- esac
## Report results of check(s)