summaryrefslogtreecommitdiffstats
path: root/configure.in
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.in
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.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