summaryrefslogtreecommitdiffstats
path: root/config/gnu-fflags
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-08-09 01:46:59 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-08-09 01:46:59 (GMT)
commit4900f8823497c63e9f9464dcb6459ebdcbfdac8d (patch)
treee300225b77faabdcc477374ee11a2f5f834453c7 /config/gnu-fflags
parent4cd461168ef6dbd799792b1893c41dccebae59f9 (diff)
downloadhdf5-4900f8823497c63e9f9464dcb6459ebdcbfdac8d.zip
hdf5-4900f8823497c63e9f9464dcb6459ebdcbfdac8d.tar.gz
hdf5-4900f8823497c63e9f9464dcb6459ebdcbfdac8d.tar.bz2
Fixed an issue with older version of gfortran.
Diffstat (limited to 'config/gnu-fflags')
-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