summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure8
-rw-r--r--configure.in4
2 files changed, 6 insertions, 6 deletions
diff --git a/configure b/configure
index cae4b73..604d129 100755
--- a/configure
+++ b/configure
@@ -153,7 +153,7 @@ ac_help="$ac_help
ac_help="$ac_help
--with-gridstorage=INC,LIB Use the Globus Grid Storage driver [default=no]"
ac_help="$ac_help
- --with-Stream-VFD Build the Stream Virtual File Driver [default=no]"
+ --with-stream-vfd Build the Stream Virtual File Driver [default=no]"
ac_help="$ac_help
--with-pthread=INC,LIB Use the Pthreads library"
ac_help="$ac_help
@@ -7456,9 +7456,9 @@ fi
echo $ac_n "checking for Stream Virtual File Driver support""... $ac_c" 1>&6
echo "configure:7459: checking for Stream Virtual File Driver support" >&5
-# Check whether --with-Stream-VFD or --without-Stream-VFD was given.
-if test "${with_Stream_VFD+set}" = set; then
- withval="$with_Stream_VFD"
+# Check whether --with-stream-vfd or --without-stream-vfd was given.
+if test "${with_stream_vfd+set}" = set; then
+ withval="$with_stream_vfd"
:
else
withval=no
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