From cc3fdd8ba48633530114f45428dd63d1bdd14360 Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Sun, 31 Mar 2013 21:03:05 -0500 Subject: [svn-r23505] reverted FFLAGS bug fix. Tested: jam (intel) --- configure | 1 + configure.ac | 1 + 2 files changed, 2 insertions(+) diff --git a/configure b/configure index f5bf889..77a76ae 100755 --- a/configure +++ b/configure @@ -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 -- cgit v0.12