diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-01-27 16:48:37 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-01-27 16:48:37 (GMT) |
commit | ad617b9bfca90714119cfce3f1d02068a613f198 (patch) | |
tree | b49788cb15bdcff13699853421fbdc65f84f45b2 /configure.ac | |
parent | 20a3462089f9a70809267552eec392abfaa60361 (diff) | |
download | hdf5-ad617b9bfca90714119cfce3f1d02068a613f198.zip hdf5-ad617b9bfca90714119cfce3f1d02068a613f198.tar.gz hdf5-ad617b9bfca90714119cfce3f1d02068a613f198.tar.bz2 |
[svn-r28982] Fixed H5ST_dump signature problem and added st to the list of
packages with extra debugging output.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial autotools
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aeb4cf7..6335ac8 100644 --- a/configure.ac +++ b/configure.ac @@ -1863,7 +1863,7 @@ if test "X-$DEBUG_PKG" = X- ; then fi AC_SUBST([DEBUG_PKG]) -all_packages="ac,b,b2,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,st,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" |