summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/H5config.h.in2
-rw-r--r--src/Makefile.in1
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@