summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2010-04-27 20:55:33 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2010-04-27 20:55:33 (GMT)
commit53f5793d38fe137cd32fec38f8686bd21452d46f (patch)
treeb2ea9ba3ada92536c9244d3e0380f58f6ddd9f2e /configure
parent8b93f9640ece907960efb056a1b09bad2580c37e (diff)
downloadhdf5-53f5793d38fe137cd32fec38f8686bd21452d46f.zip
hdf5-53f5793d38fe137cd32fec38f8686bd21452d46f.tar.gz
hdf5-53f5793d38fe137cd32fec38f8686bd21452d46f.tar.bz2
[svn-r18646] In H5T_get_native_type of H5Tnative.c, I changed the way that the offset, alignment, and
size of nested compound type are calculated by using H5T_cmp_offset. The old way had a bug in it (see bug #1850). Tested on amani, linew, and jam.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index 671503f..ea7adf4 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Id: configure.in 18591 2010-04-19 00:22:22Z hdftest .
+# From configure.in Id: configure.in 18434 2010-03-22 00:51:16Z hdftest .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for HDF5 1.8.4-snap20.
#
@@ -27599,6 +27599,9 @@ else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
+ #include <stdlib.h>
+ #include <string.h>
+
int main(void)
{
/* General variables */