[svn-r2889] Purpose:

Cleanup
Description:
	--with-Stream-VFD should be lower case to be consistent with the
	rest of the options...
This commit is contained in:
Bill Wendling 2000-11-13 16:42:57 -05:00
parent 2145039107
commit fce9bef52d
2 changed files with 6 additions and 6 deletions

8
configure vendored
View File

@ -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

View File

@ -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