summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-12-15 17:43:11 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-12-15 17:43:11 (GMT)
commit327484d5031e566b9c4c12a26e6d5576b32262d6 (patch)
tree2cf18d9c90c54e15b1462ff62dc3cfd926877936 /configure.in
parent0c86f4cd9ca6df258220a8a4849c40b499904f6f (diff)
downloadhdf5-327484d5031e566b9c4c12a26e6d5576b32262d6.zip
hdf5-327484d5031e566b9c4c12a26e6d5576b32262d6.tar.gz
hdf5-327484d5031e566b9c4c12a26e6d5576b32262d6.tar.bz2
[svn-r16195] Purpose:
Bug Fix Description: Resolved issues with broken sanity checks that were failing when the 'b2' debugging package was enabled (v2 b-tree debugging): - Fixed outdated assertions that would not compile. They now compile and function correctly. - Removed too far outdated assertions that would require too much unnecessary refactoring of code in order to satisfy their initial purpose. - Re-enabled b2 debugging package when "--enable-debug=all" is specified on the configure line. Tested: jam, smirom, linew
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index d9a0d3c..057fd02 100644
--- a/configure.in
+++ b/configure.in
@@ -2193,9 +2193,7 @@ if test "X-$DEBUG_PKG" = X- ; then
fi
AC_SUBST([DEBUG_PKG])
-dnl Removed b2 temporary since b2 code has errors.
-dnl all_packages="ac,b,b2,d,e,f,g,hg,hl,i,mf,mm,o,p,s,t,v,z"
-all_packages="ac,b,d,e,f,g,hg,hl,i,mf,mm,o,p,s,t,v,z"
+all_packages="ac,b,b2,d,e,f,g,hg,hl,i,mf,mm,o,p,s,t,v,z"
case "X-$DEBUG_PKG" in
X-yes)
DEBUG_PKG="d,e,f,g,hg,i,mm,o,p,s,t,v,z"