summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-10-27 21:32:33 (GMT)
committerGitHub <noreply@github.com>2021-10-27 21:32:33 (GMT)
commit07a3a1c70b4b276497d5f837296c54930b5d675a (patch)
tree2d35cf142e671bfef933e893b1fd7c00375ebd0b /configure.ac
parent8d1fe4416429d8a902f042b280fc3a438e9ba0bf (diff)
downloadhdf5-07a3a1c70b4b276497d5f837296c54930b5d675a.zip
hdf5-07a3a1c70b4b276497d5f837296c54930b5d675a.tar.gz
hdf5-07a3a1c70b4b276497d5f837296c54930b5d675a.tar.bz2
Github #1019 - add Fortran developer flags (#1090)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7665f8e..98c3dbc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2302,6 +2302,7 @@ fi
case "X-$DEV_WARNINGS" in
X-yes)
H5_CFLAGS="$H5_CFLAGS $DEVELOPER_WARNING_CFLAGS"
+ H5_FCFLAGS="$H5_FCFLAGS $DEVELOPER_WARNING_FCFLAGS"
AC_MSG_RESULT([yes])
;;
X-no)