summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-08-03 14:21:12 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-08-03 14:21:12 (GMT)
commitc7465bdfb8ebd857dbdd36a6e9e89236241add7e (patch)
tree5ce63b0d2ebf2aeaf4bed32b8fbb6cf57a67a8ce /configure.ac
parente75b6ae724596c991fe4d91b8bf2d1b7cf24d7f4 (diff)
downloadhdf5-c7465bdfb8ebd857dbdd36a6e9e89236241add7e.zip
hdf5-c7465bdfb8ebd857dbdd36a6e9e89236241add7e.tar.gz
hdf5-c7465bdfb8ebd857dbdd36a6e9e89236241add7e.tar.bz2
changed comments, (HDFFV-10037)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
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