summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-05-15 15:48:48 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-05-15 15:48:48 (GMT)
commit362e5d9a10056aa8cbfaf26ea53ec19f37ce4533 (patch)
treef1531afdf7035b6f80e3761f05c5f2b8e885aa72 /configure.in
parent6481c7451fb6c2658dd85b7b0e4a35e73d15e9e9 (diff)
downloadhdf5-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.in13
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"