diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2008-09-16 20:58:53 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2008-09-16 20:58:53 (GMT) |
commit | 95149cc0957dd05585388c8d8532d84269bf0075 (patch) | |
tree | 0e3fcbd614a882cd40509464017bd0d62e6b283a /configure | |
parent | 80693ba5de18dd50e7b84298c02a6741e802a43b (diff) | |
download | hdf5-95149cc0957dd05585388c8d8532d84269bf0075.zip hdf5-95149cc0957dd05585388c8d8532d84269bf0075.tar.gz hdf5-95149cc0957dd05585388c8d8532d84269bf0075.tar.bz2 |
[svn-r15637] Bug 710: partial fix.
Temporary removed b2 from the --enable-debug=all list so that this option
will pass. "configure --help" lists the --enable-debug=all and users tend
to use it and end up with compile failures in the b2 debug code. Since this
bug will not be fixed soon, this is a temporary fix to let the configure and
build work.
Tested:
h5committest plus "--enable-debu=all" test in kagiso.
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 15595 2008-09-07 12:52:03Z hdftest . +# From configure.in Id: configure.in 15619 2008-09-14 10:39:04Z hdftest . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for HDF5 1.9.18. # @@ -46814,7 +46814,7 @@ if test "X-$DEBUG_PKG" = X- ; then fi -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" case "X-$DEBUG_PKG" in X-yes) DEBUG_PKG="d,e,f,g,hg,i,mm,o,p,s,t,v,z" |