mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r23505] reverted FFLAGS bug fix.
Tested: jam (intel)
This commit is contained in:
parent
913b88d15b
commit
cc3fdd8ba4
1
configure
vendored
1
configure
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user