diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-15 15:48:48 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-15 15:48:48 (GMT) |
commit | 362e5d9a10056aa8cbfaf26ea53ec19f37ce4533 (patch) | |
tree | f1531afdf7035b6f80e3761f05c5f2b8e885aa72 /test | |
parent | 6481c7451fb6c2658dd85b7b0e4a35e73d15e9e9 (diff) | |
download | hdf5-362e5d9a10056aa8cbfaf26ea53ec19f37ce4533.zip hdf5-362e5d9a10056aa8cbfaf26ea53ec19f37ce4533.tar.gz hdf5-362e5d9a10056aa8cbfaf26ea53ec19f37ce4533.tar.bz2 |
[svn-r15006] 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.in | 1 | ||||
-rw-r--r-- | test/big.c | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index d4391a9..0fbff58 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -426,7 +426,6 @@ HDF5_INTERFACES = @HDF5_INTERFACES@ HID_T = @HID_T@ HL = @HL@ HL_FOR = @HL_FOR@ -HSIZET = @HSIZET@ HSIZE_T = @HSIZE_T@ HSSIZE_T = @HSSIZE_T@ INSTALL = @INSTALL@ @@ -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 */ |