summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-10-26 14:58:46 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-10-26 14:58:46 (GMT)
commita7d0090a867bfad0dfdf1270ecbd3a30c47f91a9 (patch)
tree8a5810c0bf4f903c2e48c67430d8813355e50b78
parentefb505f37a062c2016d409a2d2fce732bf2c6d67 (diff)
parent084704392fa93d1569861c53504e89236468a3b6 (diff)
downloadhdf5-a7d0090a867bfad0dfdf1270ecbd3a30c47f91a9.zip
hdf5-a7d0090a867bfad0dfdf1270ecbd3a30c47f91a9.tar.gz
hdf5-a7d0090a867bfad0dfdf1270ecbd3a30c47f91a9.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '084704392fa93d1569861c53504e89236468a3b6': HDFFV-10037: fixed wrong C link flags
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ed7727b..3dbd95c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3518,7 +3518,7 @@ if test "X$HDF_FORTRAN" = "Xyes"; then
case "`uname`" in
Linux*)
if test "X$FC_BASENAME" = "Xnagfor"; then
- cat libtool | awk '/NAG_Fortran/{flag=1}flag&&/wl=/{$NF="wl=\"-Wl,Wl,,\"";flag=0}1' > libtool.tmp && mv -f libtool.tmp libtool && chmod 755 libtool
+ cat libtool | awk '/BEGIN LIBTOOL TAG CONFIG: FC/{flag=1}flag&&/wl=/{$NF="wl=\"-Wl,-Wl,,\"";flag=0}1' > libtool.tmp && mv -f libtool.tmp libtool && chmod 755 libtool
fi
;;
esac