diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-01-13 16:23:07 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-01-13 16:23:07 (GMT) |
commit | c6cf45e3e70dcf50f707d3fee68e5a92944982d7 (patch) | |
tree | dc3a44f19c52659128a29a5f3bdf56335a5206c3 /src | |
parent | d3ddfe842da3d31fc15f8b1851a87fbe56703412 (diff) | |
download | hdf5-c6cf45e3e70dcf50f707d3fee68e5a92944982d7.zip hdf5-c6cf45e3e70dcf50f707d3fee68e5a92944982d7.tar.gz hdf5-c6cf45e3e70dcf50f707d3fee68e5a92944982d7.tar.bz2 |
[svn-r25978] Bug fix for HDFFV-8847
Tested: h5committest
Diffstat (limited to 'src')
-rw-r--r-- | src/H5config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index daf7d0d..7aedf82 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -129,6 +129,9 @@ /* Define to 1 if you have the `fork' function. */ #undef HAVE_FORK +/* Define if we have F2003 compiler */ +#undef HAVE_FORTRAN_2003 + /* Define to 1 if you have the `frexpf' function. */ #undef HAVE_FREXPF |