diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-13 21:42:57 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-13 21:42:57 (GMT) |
commit | fce9bef52dac009cce69582d147e3d142776f6fe (patch) | |
tree | 298c37c6e0143b190b4130cc3e69efe975de0acd /configure | |
parent | 21450391076d175441ccca9714fb8afa4f51d0cd (diff) | |
download | hdf5-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-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |