From 5aa5ed84dace86bed8c8ca5f4eb3b379a61af43b Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Mon, 9 Mar 2015 15:12:18 -0500 Subject: [svn-r26408] 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 0353955..46d895c 100644 --- a/tools/h5repack/h5repacktst.c +++ b/tools/h5repack/h5repacktst.c @@ -1363,7 +1363,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, fs_type, fs_size) < 0) GOERROR; -- cgit v0.12