diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1999-02-25 21:52:30 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1999-02-25 21:52:30 (GMT) |
commit | 252e4dfc5f59cc1e37197e08bc7b26b3f9f5bd6e (patch) | |
tree | 032e8e9da1d44b3ab46cbde61c40d25e0375dc64 /bin | |
parent | 3eecc727e08213b961c11fa1380ed8466681b4be (diff) | |
download | hdf5-252e4dfc5f59cc1e37197e08bc7b26b3f9f5bd6e.zip hdf5-252e4dfc5f59cc1e37197e08bc7b26b3f9f5bd6e.tar.gz hdf5-252e4dfc5f59cc1e37197e08bc7b26b3f9f5bd6e.tar.bz2 |
[svn-r1105] Removed flag which was stopping the HDF4 library from being tested, now that
I've rolled back the installed library on hawkwind to HDF4.1r2.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/snapshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot index 562f38d..c83e209 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -26,7 +26,7 @@ METHODS="gzip bzip2" # How to configure? We disable hdf4 because that's almost always the # culprit for tests failing -- hawkwind seems to have a version older # than what h5toh4 requires. -CONFIGURE="./configure --without-hdf4" +CONFIGURE="./configure" # Create a working directory. Hopefully one is left over from last # time that still has the contents of the previous release. But if |