summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 11 insertions, 1 deletions
diff --git a/configure b/configure
index 65f0d82..7d5a85e 100755
--- a/configure
+++ b/configure
@@ -33461,6 +33461,7 @@ fi
USE_FILTER_SHUFFLE="no"
USE_FILTER_FLETCHER32="no"
+ USE_FILTER_NBIT="no"
echo "$as_me:$LINENO: checking for I/O filters" >&5
echo $ECHO_N "checking for I/O filters... $ECHO_C" >&6
# Check whether --enable-filters or --disable-filters was given.
@@ -33469,7 +33470,7 @@ if test "${enable_filters+set}" = set; then
FILTERS=$enableval
fi;
-all_filters="shuffle,fletcher32"
+all_filters="shuffle,fletcher32,nbit"
case "X-$FILTERS" in
X-|X-all)
FILTERS=$all_filters
@@ -33505,6 +33506,14 @@ _ACEOF
USE_FILTER_FLETCHER32="yes"
fi
+ if test $filter = "NBIT"; then
+
+cat >>confdefs.h <<\_ACEOF
+#define HAVE_FILTER_NBIT 1
+_ACEOF
+
+ USE_FILTER_NBIT="yes"
+ fi
done
fi
@@ -34747,6 +34756,7 @@ s,@MPE@,$MPE,;t t
s,@FILTERS@,$FILTERS,;t t
s,@USE_FILTER_SHUFFLE@,$USE_FILTER_SHUFFLE,;t t
s,@USE_FILTER_FLETCHER32@,$USE_FILTER_FLETCHER32,;t t
+s,@USE_FILTER_NBIT@,$USE_FILTER_NBIT,;t t
s,@H5_VERSION@,$H5_VERSION,;t t
s,@CONFIG_DATE@,$CONFIG_DATE,;t t
s,@CONFIG_USER@,$CONFIG_USER,;t t