diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-08-03 14:20:05 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-08-03 14:20:05 (GMT) |
commit | 2a1e499b0134ed319cd9d60a6521ba83b3a2cfa8 (patch) | |
tree | 6332dc38a8307c9399a4180a6a30ead77f87e478 /configure.ac | |
parent | 8138062d74b2eca6e04a61e57f29853986656939 (diff) | |
download | hdf5-2a1e499b0134ed319cd9d60a6521ba83b3a2cfa8.zip hdf5-2a1e499b0134ed319cd9d60a6521ba83b3a2cfa8.tar.gz hdf5-2a1e499b0134ed319cd9d60a6521ba83b3a2cfa8.tar.bz2 |
changed comments, (HDFFV-10037)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 995d004..91800e7 100644 --- a/configure.ac +++ b/configure.ac @@ -3340,10 +3340,10 @@ fi if test "X$HDF_FORTRAN" = "Xyes"; then - ### libtool does not pass the correct argument linking (-WL,-WL,,) for the NAG Fortran compiler + ### libtool does not pass the correct argument linking (-Wl,-Wl,,) for the NAG Fortran compiler ### on Linux (other OSs have not been tested). ### Therefore, detect if we are using the NAG Fortran compiler, and replace the wl="-Wl," for Fortran to - ### wl="-Wl,-WL,," in the libtool file. (HDFFV-10037) + ### wl="-Wl,-Wl,," in the libtool file. (HDFFV-10037) case "`uname`" in Linux*) @@ -3510,10 +3510,10 @@ if test "X$HDF_FORTRAN" = "Xyes"; then ;; esac - ### libtool does not pass the correct argument linking (-WL,-WL,,) for the NAG Fortran compiler + ### libtool does not pass the correct argument linking (-Wl,-Wl,,) for the NAG Fortran compiler ### on Linux (other OSs have not been tested). ### Therefore, detect if we are using the NAG Fortran compiler, and replace the wl="-Wl," for Fortran to - ### wl="-Wl,-WL,," in the libtool file. (HDFFV-10037) + ### wl="-Wl,-Wl,," in the libtool file. (HDFFV-10037) case "`uname`" in Linux*) if test "X$FC_BASENAME" = "Xnagfor"; then |