summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-10-15 13:56:30 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-10-15 13:56:30 (GMT)
commit3e38f979816386fd8f35aefe507d78f8a863eaf3 (patch)
tree050227672714c1010f41ab1a02372294964c2de9 /configure.in
parent311b66e62de82b4e8f2b23cd0a7a246ce4bcec66 (diff)
downloadhdf5-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.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a628368..0dcd32f 100644
--- a/configure.in
+++ b/configure.in
@@ -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])