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 /configure.in | |
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 'configure.in')
-rw-r--r-- | configure.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.in b/configure.in index b2864fb..8e1ee52 100644 --- a/configure.in +++ b/configure.in @@ -199,13 +199,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 \ @@ -4029,12 +4022,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" |