summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-01-29 13:19:22 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-01-29 13:19:22 (GMT)
commit45aece24343e9b254ffd7fe5c2e26acdfeecb000 (patch)
tree601b956c8f165c790ce25512603f2d390912db82 /Makefile.in
parentcc7cdaac59364de441582ac2f208fa7bf4ecc198 (diff)
downloadhdf5-45aece24343e9b254ffd7fe5c2e26acdfeecb000.zip
hdf5-45aece24343e9b254ffd7fe5c2e26acdfeecb000.tar.gz
hdf5-45aece24343e9b254ffd7fe5c2e26acdfeecb000.tar.bz2
[svn-r26069] Removed the option to selectively disable internal filters like n-bit
at compile time. Fixes HDFFV-9086 Tested on: jam, both serial and parallel w/ fortran & C++
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 31884e6..298add2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -296,7 +296,6 @@ FCFLAGS_f90 = @FCFLAGS_f90@
FCLIBS = @FCLIBS@
FC_VERSION = @FC_VERSION@
FGREP = @FGREP@
-FILTERS = @FILTERS@
FSEARCH_DIRS = @FSEARCH_DIRS@
GREP = @GREP@
H5_CFLAGS = @H5_CFLAGS@
@@ -385,10 +384,6 @@ TR = @TR@
TRACE_API = @TRACE_API@
UNAME_INFO = @UNAME_INFO@
USE_FILTER_DEFLATE = @USE_FILTER_DEFLATE@
-USE_FILTER_FLETCHER32 = @USE_FILTER_FLETCHER32@
-USE_FILTER_NBIT = @USE_FILTER_NBIT@
-USE_FILTER_SCALEOFFSET = @USE_FILTER_SCALEOFFSET@
-USE_FILTER_SHUFFLE = @USE_FILTER_SHUFFLE@
USE_FILTER_SZIP = @USE_FILTER_SZIP@
USINGMEMCHECKER = @USINGMEMCHECKER@
VERSION = @VERSION@