diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-03-09 19:53:48 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-03-09 19:53:48 (GMT) |
commit | 6b1176f34e780cd597f32991ae3952ea371c66fe (patch) | |
tree | ed7cbe8aa5dbf9c7a636e2283f5e2b4157cf7ac5 | |
parent | ab19d0636a2d490c34a3b40a39f14286b9557127 (diff) | |
download | hdf5-6b1176f34e780cd597f32991ae3952ea371c66fe.zip hdf5-6b1176f34e780cd597f32991ae3952ea371c66fe.tar.gz hdf5-6b1176f34e780cd597f32991ae3952ea371c66fe.tar.bz2 |
[svn-r26407] Missed an H5_HAVE_FILTER_SHUFFLE line.
Part of: HDFFV-9086
Tested on: jam (minor change)
-rw-r--r-- | tools/h5repack/h5repacktst.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |