summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f961247..56ff9ed 100644
--- a/configure.in
+++ b/configure.in
@@ -805,8 +805,8 @@ dnl ----------------------------------------------------------------------
dnl Should the Stream Virtual File Driver be compiled in ?
dnl
AC_MSG_CHECKING(for Stream Virtual File Driver support)
-AC_ARG_WITH(Stream-VFD,
- [ --with-Stream-VFD Build the Stream Virtual File Driver [default=no]],
+AC_ARG_WITH(stream-vfd,
+ [ --with-stream-vfd Build the Stream Virtual File Driver [default=no]],
,withval=no)
case "$withval" in