summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
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])