diff options
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 ff5151f..ad15bdf 100644 --- a/configure.ac +++ b/configure.ac @@ -436,6 +436,7 @@ if test "X$HDF_FORTRAN" = "Xyes"; then ## General Fortran flags ## Only add FFLAGS to FCFLAGS if it's set. if test "x$FFLAGS" != "x" ; then + AM_FCFLAGS="${AM_FCFLAGS} ${FFLAGS}" FCFLAGS="${FCFLAGS} ${FFLAGS}" fi |