summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2005-08-30 19:58:55 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2005-08-30 19:58:55 (GMT)
commit70ddbda208079d6597e453b510f9bfa9320cf0bf (patch)
tree534c75bce2c67487d4f98b244ba1aadb7a8d9990 /configure
parent581ba3d6f060033c8108389c2888c6cfef60268b (diff)
downloadhdf5-70ddbda208079d6597e453b510f9bfa9320cf0bf.zip
hdf5-70ddbda208079d6597e453b510f9bfa9320cf0bf.tar.gz
hdf5-70ddbda208079d6597e453b510f9bfa9320cf0bf.tar.bz2
[svn-r11318] Purpose: Test
Description: made --disable-dconv-exception default for configuration to let daily test run on every system. The default was --enable-dconv-exception. Platforms tested: h5committest and fuss.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d0374b5..c7f8534 100755
--- a/configure
+++ b/configure
@@ -50009,7 +50009,7 @@ if test "${enable_dconv_exception+set}" = set; then
enableval="$enable_dconv_exception"
DCONV_EXCEPTION=$enableval
else
- DCONV_EXCEPTION=yes
+ DCONV_EXCEPTION=no
fi;
if test "$DCONV_EXCEPTION" = "yes"; then