diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2009-10-15 21:53:23 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2009-10-15 21:53:23 (GMT) |
commit | 148828d46a193048e99df253c429bc0ea307de1a (patch) | |
tree | f12c0ba51ec986e7ac85ef4528aaf99d3637597a /config/x86_64-redstorm-linux-gnu | |
parent | 22e4a9b874798c580f73b8ba22072123ef4a3ba1 (diff) | |
download | hdf5-148828d46a193048e99df253c429bc0ea307de1a.zip hdf5-148828d46a193048e99df253c429bc0ea307de1a.tar.gz hdf5-148828d46a193048e99df253c429bc0ea307de1a.tar.bz2 |
[svn-r17655] Purpose:
Configure cache-val cleanup
Description:
Corrected some misnamed cache values in configure / config files.
Tested:
h5committest
Diffstat (limited to 'config/x86_64-redstorm-linux-gnu')
-rw-r--r-- | config/x86_64-redstorm-linux-gnu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/x86_64-redstorm-linux-gnu b/config/x86_64-redstorm-linux-gnu index 102e836..0cd2d73 100644 --- a/config/x86_64-redstorm-linux-gnu +++ b/config/x86_64-redstorm-linux-gnu @@ -163,4 +163,4 @@ hdf5_cv_ullong_to_ldouble_precision_works=${hdf5_cv_ullong_to_ldouble_precision_ hdf5_cv_vsnprintf_works=${hdf5_cv_vsnprintf_works='yes'} hdf5_cv_fp_to_integer_overflow_works=${hdf5_cv_fp_to_integer_overflow_works='yes'} # mpich2 used has derived datatype errors. -hdf5_mpi_complex_derived_datatype_works=${hdf5_mpi_complex_derived_datatype_works='no'} +hdf5_cv_mpi_complex_derived_datatype_works=${hdf5_cv_mpi_complex_derived_datatype_works='no'} |