summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-09-16 20:58:53 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-09-16 20:58:53 (GMT)
commit95149cc0957dd05585388c8d8532d84269bf0075 (patch)
tree0e3fcbd614a882cd40509464017bd0d62e6b283a /configure
parent80693ba5de18dd50e7b84298c02a6741e802a43b (diff)
downloadhdf5-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-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 063dfb6..ec00c0e 100755
--- a/configure
+++ b/configure
@@ -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"