diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-12-15 17:43:11 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-12-15 17:43:11 (GMT) |
commit | 327484d5031e566b9c4c12a26e6d5576b32262d6 (patch) | |
tree | 2cf18d9c90c54e15b1462ff62dc3cfd926877936 /configure | |
parent | 0c86f4cd9ca6df258220a8a4849c40b499904f6f (diff) | |
download | hdf5-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')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 16102 2008-11-19 19:23:19Z epourmal . +# From configure.in Id: configure.in 16139 2008-11-30 23:58:27Z hdftest . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for HDF5 1.8.2-post1. # @@ -47246,7 +47246,7 @@ if test "X-$DEBUG_PKG" = X- ; then fi -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" |