diff options
Diffstat (limited to 'perform/zip_perf.c')
-rw-r--r-- | perform/zip_perf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perform/zip_perf.c b/perform/zip_perf.c index 2a5d9d5..02e1c55 100644 --- a/perform/zip_perf.c +++ b/perform/zip_perf.c @@ -38,7 +38,7 @@ #include "hdf5.h" #include "h5tools_utils.h" -#ifdef H5_HAVE_COMPRESSION +#ifdef H5_HAVE_FILTER_DEFLATE #include <zlib.h> @@ -675,4 +675,4 @@ main(void) return EXIT_SUCCESS; } -#endif /* !H5_HAVE_COMPRESSION */ +#endif /* !H5_HAVE_FILTER_DEFLATE */ |