Fixed an issue with older version of gfortran.

This commit is contained in:
Dana Robinson 2019-08-08 18:46:59 -07:00
parent 4cd461168e
commit 4900f88234

View File

@ -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