summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-10-10 23:49:49 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-10-10 23:49:49 (GMT)
commit8384db2e7667971876f3a538f94d739eb327bb4c (patch)
tree20319e8e6e1c4148d699e96b369fd292497d7330 /configure.in
parentc72601e0d6246b6dc72d0c45c226e92b0ef4c2d7 (diff)
downloadhdf5-8384db2e7667971876f3a538f94d739eb327bb4c.zip
hdf5-8384db2e7667971876f3a538f94d739eb327bb4c.tar.gz
hdf5-8384db2e7667971876f3a538f94d739eb327bb4c.tar.bz2
[svn-r7603] Purpose:
Update Description: Enable the stream-vfd driver by default. --disable-stream-vfd if you don't want it. Platforms tested: Linux (configuration change, no need for full testing) Misc. update:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 90da4f7..4f10888 100644
--- a/configure.in
+++ b/configure.in
@@ -1480,7 +1480,8 @@ AC_ARG_ENABLE([stream-vfd],
[AC_HELP_STRING([--enable-stream-vfd],
[Build the Stream Virtual File Driver
[default=no]])],
- [STREAM_VFD=$enableval])
+ [STREAM_VFD=$enableval],
+ [STREAM_VFD=yes])
if test "$STREAM_VFD" = "yes"; then
AC_MSG_RESULT([yes])