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 /configure | |
parent | 913b88d15b78e027bdcdcb5b9356d4b6dfe59b18 (diff) | |
download | hdf5-cc3fdd8ba48633530114f45428dd63d1bdd14360.zip hdf5-cc3fdd8ba48633530114f45428dd63d1bdd14360.tar.gz hdf5-cc3fdd8ba48633530114f45428dd63d1bdd14360.tar.bz2 |
[svn-r23505] reverted FFLAGS bug fix.
Tested: jam (intel)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 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 |