summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-11-13 21:42:57 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-11-13 21:42:57 (GMT)
commitfce9bef52dac009cce69582d147e3d142776f6fe (patch)
tree298c37c6e0143b190b4130cc3e69efe975de0acd /configure
parent21450391076d175441ccca9714fb8afa4f51d0cd (diff)
downloadhdf5-fce9bef52dac009cce69582d147e3d142776f6fe.zip
hdf5-fce9bef52dac009cce69582d147e3d142776f6fe.tar.gz
hdf5-fce9bef52dac009cce69582d147e3d142776f6fe.tar.bz2
[svn-r2889] Purpose:
Cleanup Description: --with-Stream-VFD should be lower case to be consistent with the rest of the options...
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 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