diff options
author | lrknox <lrknox> | 2017-10-09 20:33:09 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2017-10-09 20:33:09 (GMT) |
commit | 726d7d3af55e29430c3bda89b5d260d73d258ca1 (patch) | |
tree | db0269f80f0e9a02eeec2df7d66cfe06feff006b /configure.ac | |
parent | 59a4ffac402cc4d96ec43b0027f9ac30ad7b0527 (diff) | |
download | hdf5-726d7d3af55e29430c3bda89b5d260d73d258ca1.zip hdf5-726d7d3af55e29430c3bda89b5d260d73d258ca1.tar.gz hdf5-726d7d3af55e29430c3bda89b5d260d73d258ca1.tar.bz2 |
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.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 07d8b15..ed7727b 100644 --- a/configure.ac +++ b/configure.ac @@ -1062,6 +1062,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]) |