summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-05-15 16:42:03 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-05-15 16:42:03 (GMT)
commit389cc309c55299b7f4ae4ed77f039a878e67335d (patch)
tree6f95e817301937201e2ad3b13d32923e678a1384 /test
parentfb1776dd9e61645b1123ca456632f323e954c5f5 (diff)
downloadhdf5-389cc309c55299b7f4ae4ed77f039a878e67335d.zip
hdf5-389cc309c55299b7f4ae4ed77f039a878e67335d.tar.gz
hdf5-389cc309c55299b7f4ae4ed77f039a878e67335d.tar.bz2
[svn-r15007] Purpose: configure cleanup
Description: cleaning up configure related to removal of --disable-hsizet flag, which we no longer support. Tested: kagiso
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in1
-rw-r--r--test/big.c6
2 files changed, 0 insertions, 7 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 1c0470d..12787a2 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -434,7 +434,6 @@ HDF_FORTRAN = @HDF_FORTRAN@
HID_T = @HID_T@
HL = @HL@
HL_FOR = @HL_FOR@
-HSIZET = @HSIZET@
HSIZE_T = @HSIZE_T@
HSSIZE_T = @HSSIZE_T@
INSTALL = @INSTALL@
diff --git a/test/big.c b/test/big.c
index fa61a9b..9899754 100644
--- a/test/big.c
+++ b/test/big.c
@@ -589,12 +589,6 @@ main (int ac, char **av)
usage();
goto quit;
}
- if (sizeof(hsize_t)<=4) {
- puts("Test skipped because the hdf5 library was configured with the");
- puts("--disable-hsizet flag in order to work around a compiler bug.");
- usage();
- goto quit;
- }
}
/* Do the test with the Family Driver */