diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-15 16:42:03 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-15 16:42:03 (GMT) |
commit | 389cc309c55299b7f4ae4ed77f039a878e67335d (patch) | |
tree | 6f95e817301937201e2ad3b13d32923e678a1384 /configure.in | |
parent | fb1776dd9e61645b1123ca456632f323e954c5f5 (diff) | |
download | hdf5-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 'configure.in')
-rw-r--r-- | configure.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.in b/configure.in index 86ce010..2e5035d 100644 --- a/configure.in +++ b/configure.in @@ -255,13 +255,6 @@ case $host_os in ;; esac -AC_MSG_CHECKING([for sizeof hsize_t and hssize_t]) -AC_SUBST(HSIZET) -AC_MSG_RESULT([large]) -HSIZET=large -AC_DEFINE([HAVE_LARGE_HSIZET], [1], - [Define if it's safe to use `long long' for hsize_t and hssize_t]) - host_config="none" for f in $host_cpu-$host_vendor-$host_os \ $host_cpu-$host_vendor-$host_os_novers \ @@ -4078,12 +4071,6 @@ IF_ENABLED_DISABLED "$STRICT_FORMAT_CHECKS" PRINT_N " Default API Mapping" PRINT "$DEFAULT_API_VERSION" -PRINT_N " hsize_t" -case "$HSIZET" in - no|small) PRINT "Small" ;; - *) PRINT "Large" ;; -esac - PRINT_N " I/O filters (external)" PRINT "$EXTERNAL_FILTERS" |