diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-05-28 16:53:15 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-05-28 16:53:15 (GMT) |
commit | 52e5579fbae41ee79f91eaeb66d452e8b1cc9e09 (patch) | |
tree | 0d3fa5ff4f7a4e89b9f469de821377f2fa8482f7 /src | |
parent | 0560c11c20476a8c99316bd88f1b6924afa057f9 (diff) | |
download | hdf5-52e5579fbae41ee79f91eaeb66d452e8b1cc9e09.zip hdf5-52e5579fbae41ee79f91eaeb66d452e8b1cc9e09.tar.gz hdf5-52e5579fbae41ee79f91eaeb66d452e8b1cc9e09.tar.bz2 |
[svn-r27122] removed dependency on generatored fortran source code
Diffstat (limited to 'src')
-rw-r--r-- | src/H5config.h.in | 2 | ||||
-rw-r--r-- | src/Makefile.in | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index a5083a8..61ca128 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -97,7 +97,7 @@ /* Define if support for szip filter is enabled */ #undef HAVE_FILTER_SZIP -/* __float128 is available */ +/* Determine if __float128 is available */ #undef HAVE_FLOAT128 /* Define to 1 if you have the `fork' function. */ diff --git a/src/Makefile.in b/src/Makefile.in index 4559f12..aa42511 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -528,7 +528,6 @@ H5_LDFLAGS = @H5_LDFLAGS@ H5_VERSION = @H5_VERSION@ HADDR_T = @HADDR_T@ HAVE_DMALLOC = @HAVE_DMALLOC@ -HAVE_FLOAT128 = @HAVE_FLOAT128@ HAVE_PTHREAD = @HAVE_PTHREAD@ HDF5_HL = @HDF5_HL@ HDF5_INTERFACES = @HDF5_INTERFACES@ |