diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-10-15 13:56:30 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-10-15 13:56:30 (GMT) |
commit | 3e38f979816386fd8f35aefe507d78f8a863eaf3 (patch) | |
tree | 050227672714c1010f41ab1a02372294964c2de9 /configure | |
parent | 311b66e62de82b4e8f2b23cd0a7a246ce4bcec66 (diff) | |
download | hdf5-3e38f979816386fd8f35aefe507d78f8a863eaf3.zip hdf5-3e38f979816386fd8f35aefe507d78f8a863eaf3.tar.gz hdf5-3e38f979816386fd8f35aefe507d78f8a863eaf3.tar.bz2 |
[svn-r7634] Purpose:
updated help page
Description:
help message for enable-stream-vfd was still default=no.
changed to default=yes.
Platforms tested:
no h5committest. Only tested in eirene since change is
simple.
Misc. update:
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1022,7 +1022,7 @@ Optional Features: --enable-threadsafe Enable thread safe capability --enable-hdf5v1_6 Compile the HDF5 v1.6 compatibility interface [default=no] - --enable-stream-vfd Build the Stream Virtual File Driver [default=no] + --enable-stream-vfd Build the Stream Virtual File Driver [default=yes] --enable-gpfs Enable GPFS hints for the MPI/POSIX file driver. [default=no] --enable-debug=all Turn on debugging in all packages. One may also |