From 8384db2e7667971876f3a538f94d739eb327bb4c Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 10 Oct 2003 18:49:49 -0500 Subject: [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: --- configure | 2 ++ configure.in | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 2b11269..d90e2cc 100755 --- a/configure +++ b/configure @@ -29353,6 +29353,8 @@ echo $ECHO_N "checking for Stream Virtual File Driver support... $ECHO_C" >&6 if test "${enable_stream_vfd+set}" = set; then enableval="$enable_stream_vfd" STREAM_VFD=$enableval +else + STREAM_VFD=yes fi; if test "$STREAM_VFD" = "yes"; then 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]) -- cgit v0.12