diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-10-27 21:32:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-27 21:32:33 (GMT) |
commit | 07a3a1c70b4b276497d5f837296c54930b5d675a (patch) | |
tree | 2d35cf142e671bfef933e893b1fd7c00375ebd0b /configure.ac | |
parent | 8d1fe4416429d8a902f042b280fc3a438e9ba0bf (diff) | |
download | hdf5-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.ac | 1 |
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) |