diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-06-11 18:51:20 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-06-11 18:51:20 (GMT) |
commit | d3a0386d36dd7d9fec23edb343ee6e34113be828 (patch) | |
tree | c267bb4aeb69200ece9457eb9de58df1f0c35ef7 /configure | |
parent | b442ea5e7862ff4a9118a401856344164222f09b (diff) | |
download | hdf5-d3a0386d36dd7d9fec23edb343ee6e34113be828.zip hdf5-d3a0386d36dd7d9fec23edb343ee6e34113be828.tar.gz hdf5-d3a0386d36dd7d9fec23edb343ee6e34113be828.tar.bz2 |
[svn-r13850] Description:
Hook "default VFD" configure macros into library.
Also, make "default VFD" default to sec2 instead of nothing.
Tested on:
FreeBSD/32 6.2 (duty)
FreeBSD/64 6.2 (liberty)
Mac OS X/32 10.4.9 (amazon)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50460,7 +50460,7 @@ echo $ECHO_N "checking for Default Virtual File Driver definition... $ECHO_C" >& if test "${with_default_vfd+set}" = set; then withval=$with_default_vfd; else - withval= + withval=sec2 fi |