diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-01-27 21:52:53 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-01-27 21:52:53 (GMT) |
commit | 7046addd0b4099531dd7ea9eb756899a826e394d (patch) | |
tree | e953616b4a4bcaf41c195211ba0000a1fa0aa089 /configure | |
parent | f142970ac2f2908408f2452eb067b6f3abc0d65a (diff) | |
download | hdf5-7046addd0b4099531dd7ea9eb756899a826e394d.zip hdf5-7046addd0b4099531dd7ea9eb756899a826e394d.tar.gz hdf5-7046addd0b4099531dd7ea9eb756899a826e394d.tar.bz2 |
[svn-r26060] Fix for HDFFV-9091
405-408::fortran vars should be scoped
Scoped:
HAVE_SIZEOF
HAVE_C_SIZEOF
HAVE_STORAGE_SIZE
FORTRAN_DEFAULT_REALisDBLE
to where the tests are (in m4/aclocal_fc.m4)
Tested: jam (gnu)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -5276,11 +5276,6 @@ else fi fi -HAVE_SIZEOF="no" -HAVE_C_SIZEOF="no" -HAVE_STORAGE_SIZE="no" -FORTRAN_DEFAULT_REALisDBLE="no" - if test "X$HDF_FORTRAN" = "Xyes"; then HDF_FORTRAN=yes @@ -5289,12 +5284,6 @@ if test "X$HDF_FORTRAN" = "Xyes"; then HDF5_INTERFACES="$HDF5_INTERFACES fortran" ## -------------------------------------------------------------------- - ## Default for FORTRAN 2003 compliant compilers - ## - HAVE_FORTRAN_2003="no" - HAVE_F2003_REQUIREMENTS="no" - - ## -------------------------------------------------------------------- ## HDF5 integer variables for the H5fortran_types.f90 file. ## @@ -6706,6 +6695,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: checking if Fortran compiler version compatible with Fortran 2003 HDF" >&5 $as_echo_n "checking if Fortran compiler version compatible with Fortran 2003 HDF... " >&6; } HAVE_FORTRAN_2003="no" + HAVE_F2003_REQUIREMENTS="no" cat > conftest.$ac_ext <<_ACEOF program main |