summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-08-09 01:46:59 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-08-12 04:56:32 (GMT)
commit4a055f3babf65ea8caadb2b05956d82c4ed35dff (patch)
treea4a5523ccff630c331c2cfa6ca360ea48eaea0fd /config
parentea4738cc11c20a68e4c3acf5e500f6a532377c3b (diff)
downloadhdf5-4a055f3babf65ea8caadb2b05956d82c4ed35dff.zip
hdf5-4a055f3babf65ea8caadb2b05956d82c4ed35dff.tar.gz
hdf5-4a055f3babf65ea8caadb2b05956d82c4ed35dff.tar.bz2
Fixed an issue with older version of gfortran.
Diffstat (limited to 'config')
-rw-r--r--config/gnu-fflags2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/gnu-fflags b/config/gnu-fflags
index 3fc112d..185a4c6 100644
--- a/config/gnu-fflags
+++ b/config/gnu-fflags
@@ -58,8 +58,6 @@ if test "X-gfortran" = "X-$f9x_vendor"; then
H5_FCFLAGS="$H5_FCFLAGS -std=f2008"
elif test $f9x_vers_major -ge 5 -o $f9x_vers_major -eq 4 -a $f9x_vers_minor -ge 6; then
H5_FCFLAGS="$H5_FCFLAGS -std=f2008ts"
- else
- H5_FCFLAGS="$H5_FCFLAGS -std=f2003"
fi