summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-11-20 13:02:20 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-11-20 13:02:20 (GMT)
commitb1ff513e6acaeb6dc4d3296e99955fcf394ac86a (patch)
treebc003dd7746bbaeec8e859c7314775914a2e6346 /configure.in
parentdd5cc739c1b41418c4ce114522ab7304a5c345bd (diff)
downloadhdf5-b1ff513e6acaeb6dc4d3296e99955fcf394ac86a.zip
hdf5-b1ff513e6acaeb6dc4d3296e99955fcf394ac86a.tar.gz
hdf5-b1ff513e6acaeb6dc4d3296e99955fcf394ac86a.tar.bz2
[svn-r6110] Purpose:
Code cleanup/new feature Description: Removed poorly named H5_HAVE_COMPRESSION flag in favor of H5_HAVE_FILTER_DEFLATE. Added new test files for "missing filter" testing. Platforms tested: Tested h5committest {arabica (fortran), eirene (fortran, C++) modi4 (parallel, fortran)} FreeBSD 4.7 (sleipnir)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index b6daa27..d49a6c9 100644
--- a/configure.in
+++ b/configure.in
@@ -776,10 +776,8 @@ case $withval in
esac
if test "x$HAVE_ZLIB" = "xyes" -a "x$HAVE_ZLIB_H" = "xyes" -a "x$HAVE_COMPRESS2" = "xyes"; then
- AC_DEFINE(HAVE_COMPRESSION, 1,
- [Define if we have zlib compression support])
- AC_DEFINE(HAVE_FILTER_GZIP, 1,
- [Define if support for gzip filter is enabled])
+ AC_DEFINE(HAVE_FILTER_DEFLATE, 1,
+ [Define if support for deflate filter is enabled])
fi
dnl ----------------------------------------------------------------------