[svn-r23505] reverted FFLAGS bug fix.

Tested: jam (intel)
This commit is contained in:
Scot Breitenfeld 2013-03-31 21:03:05 -05:00
parent 913b88d15b
commit cc3fdd8ba4
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@ -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

View File

@ -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