summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2013-04-01 02:03:05 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2013-04-01 02:03:05 (GMT)
commitcc3fdd8ba48633530114f45428dd63d1bdd14360 (patch)
tree60a7aeaab9f068e5f831cb8837bd24bd0b3269c8 /configure.ac
parent913b88d15b78e027bdcdcb5b9356d4b6dfe59b18 (diff)
downloadhdf5-cc3fdd8ba48633530114f45428dd63d1bdd14360.zip
hdf5-cc3fdd8ba48633530114f45428dd63d1bdd14360.tar.gz
hdf5-cc3fdd8ba48633530114f45428dd63d1bdd14360.tar.bz2
[svn-r23505] reverted FFLAGS bug fix.
Tested: jam (intel)
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 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