diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2013-04-01 02:03:05 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2013-04-01 02:03:05 (GMT) |
commit | cc3fdd8ba48633530114f45428dd63d1bdd14360 (patch) | |
tree | 60a7aeaab9f068e5f831cb8837bd24bd0b3269c8 | |
parent | 913b88d15b78e027bdcdcb5b9356d4b6dfe59b18 (diff) | |
download | hdf5-cc3fdd8ba48633530114f45428dd63d1bdd14360.zip hdf5-cc3fdd8ba48633530114f45428dd63d1bdd14360.tar.gz hdf5-cc3fdd8ba48633530114f45428dd63d1bdd14360.tar.bz2 |
[svn-r23505] reverted FFLAGS bug fix.
Tested: jam (intel)
-rwxr-xr-x | configure | 1 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -5246,6 +5246,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 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 |