summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-05-20 17:32:49 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-05-20 17:32:49 (GMT)
commit984f44479c880e268b224ea6217ee51d475d7bf7 (patch)
treebfc438c6852303af52e094f7a5e4bb3bb822b06d /src
parent4121c1c3410c27ee1a5cf9f238a6c33708d38a38 (diff)
downloadhdf5-984f44479c880e268b224ea6217ee51d475d7bf7.zip
hdf5-984f44479c880e268b224ea6217ee51d475d7bf7.tar.gz
hdf5-984f44479c880e268b224ea6217ee51d475d7bf7.tar.bz2
[svn-r10773] Purpose:
Output tweak Description: In configure.in, users must link to zlib library, but configure then informs them that "deflate" filter is enabled. Changed output slightly to indicate that these are the same filter. Platforms tested: mir (very minor change)
Diffstat (limited to 'src')
-rw-r--r--src/H5config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index a5f0d11..82eef9f 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -54,7 +54,7 @@
/* Define to 1 if you have the <features.h> header file. */
#undef HAVE_FEATURES_H
-/* Define if support for deflate filter is enabled */
+/* Define if support for deflate (zlib) filter is enabled */
#undef HAVE_FILTER_DEFLATE
/* Define if support for Fletcher32 checksum is enabled */