From 6b1176f34e780cd597f32991ae3952ea371c66fe Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Mon, 9 Mar 2015 14:53:48 -0500 Subject: [svn-r26407] Missed an H5_HAVE_FILTER_SHUFFLE line. Part of: HDFFV-9086 Tested on: jam (minor change) --- tools/h5repack/h5repacktst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h5repack/h5repacktst.c b/tools/h5repack/h5repacktst.c index ded107a..f49e587 100644 --- a/tools/h5repack/h5repacktst.c +++ b/tools/h5repack/h5repacktst.c @@ -1354,7 +1354,7 @@ int main (void) TESTING(" several global filters"); -#if defined (H5_HAVE_FILTER_DEFLATE) && defined (H5_HAVE_FILTER_SHUFFLE) +#if defined (H5_HAVE_FILTER_DEFLATE) if (h5repack_init (&pack_options, 0) < 0) GOERROR; -- cgit v0.12