summaryrefslogtreecommitdiffstats
path: root/src/H5Z.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Z.c')
-rw-r--r--src/H5Z.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Z.c b/src/H5Z.c
index 9fd8e50..4016481 100644
--- a/src/H5Z.c
+++ b/src/H5Z.c
@@ -44,7 +44,9 @@ H5Z_init_interface (void)
{
FUNC_ENTER_NOINIT(H5Z_init_interface);
+#ifdef H5_HAVE_FILTER_GZIP
H5Z_register (H5Z_FILTER_DEFLATE, "deflate", H5Z_filter_deflate);
+#endif /* H5_HAVE_FILTER_GZIP */
FUNC_LEAVE (SUCCEED);
}