From 6aa57414fa900db8dda73ac21159d3aa4ebca4f7 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 20 Nov 2002 08:04:10 -0500 Subject: [svn-r6112] *** empty log message *** --- perform/zip_perf.c | 4 ++-- 1 file 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 @@ -675,4 +675,4 @@ main(void) return EXIT_SUCCESS; } -#endif /* !H5_HAVE_COMPRESSION */ +#endif /* !H5_HAVE_FILTER_DEFLATE */ -- cgit v0.12