summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-01-27 21:52:53 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-01-27 21:52:53 (GMT)
commit7046addd0b4099531dd7ea9eb756899a826e394d (patch)
treee953616b4a4bcaf41c195211ba0000a1fa0aa089 /configure.ac
parentf142970ac2f2908408f2452eb067b6f3abc0d65a (diff)
downloadhdf5-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.ac')
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index ce82c0f..0e95920 100644
--- a/configure.ac
+++ b/configure.ac
@@ -406,11 +406,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
AC_SUBST([FC]) HDF_FORTRAN=yes
@@ -419,12 +414,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.
##
AC_SUBST([R_LARGE])