summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2017-08-01 21:19:22 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2017-08-01 21:19:22 (GMT)
commit560073c2531473e7fcf159eeb38a9eef765e289d (patch)
tree66d42e01ccbf91cb7d79da425171da0b3c3f37ac /configure.ac
parent6f9db7ed26c7924ef3f73f3da56b41d6a9bb8dfe (diff)
parent00d97d556b3e57129d8c7bbecf8b15497b3f056b (diff)
downloadhdf5-560073c2531473e7fcf159eeb38a9eef765e289d.zip
hdf5-560073c2531473e7fcf159eeb38a9eef765e289d.tar.gz
hdf5-560073c2531473e7fcf159eeb38a9eef765e289d.tar.bz2
Merge pull request #624 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit '00d97d556b3e57129d8c7bbecf8b15497b3f056b': added test for NAG compiler and use the FC_BASENAME for NAG detection, (HDFFV-10037) added test for NAG compiler and use the FC_BASENAME for NAG detection, (HDFFV-10037)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 47f5897..cf82a2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3348,8 +3348,7 @@ if test "X$HDF_FORTRAN" = "Xyes"; then
Linux*)
fortran_linux_linker_option="-Wl,"
-
- if (grep -i 'NAG_Fortran' libtool > /dev/null); then
+ if test "X$FC_BASENAME" = "Xnagfor"; then
fortran_linux_linker_option="-Wl,-Wl,,"
fi