mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[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:
This commit is contained in:
parent
311b66e62d
commit
3e38f97981
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -1492,7 +1492,7 @@ AC_MSG_CHECKING([for Stream Virtual File Driver support])
|
||||
AC_ARG_ENABLE([stream-vfd],
|
||||
[AC_HELP_STRING([--enable-stream-vfd],
|
||||
[Build the Stream Virtual File Driver
|
||||
[default=no]])],
|
||||
[default=yes]])],
|
||||
[STREAM_VFD=$enableval],
|
||||
[STREAM_VFD=yes])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user