mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[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:
parent
2145039107
commit
fce9bef52d
8
configure
vendored
8
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user