diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-08-03 14:21:12 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-08-03 14:21:12 (GMT) |
commit | c7465bdfb8ebd857dbdd36a6e9e89236241add7e (patch) | |
tree | 5ce63b0d2ebf2aeaf4bed32b8fbb6cf57a67a8ce | |
parent | e75b6ae724596c991fe4d91b8bf2d1b7cf24d7f4 (diff) | |
download | hdf5-c7465bdfb8ebd857dbdd36a6e9e89236241add7e.zip hdf5-c7465bdfb8ebd857dbdd36a6e9e89236241add7e.tar.gz hdf5-c7465bdfb8ebd857dbdd36a6e9e89236241add7e.tar.bz2 |
changed comments, (HDFFV-10037)
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index c453699..415173b 100644 --- a/configure.ac +++ b/configure.ac @@ -2911,10 +2911,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*) @@ -3034,10 +3034,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 |