summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-06-11 18:51:20 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-06-11 18:51:20 (GMT)
commitd3a0386d36dd7d9fec23edb343ee6e34113be828 (patch)
treec267bb4aeb69200ece9457eb9de58df1f0c35ef7 /configure
parentb442ea5e7862ff4a9118a401856344164222f09b (diff)
downloadhdf5-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b434543..f453c30 100755
--- a/configure
+++ b/configure
@@ -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