Remove runtime check in configure for four-byte integer type.
authorMark Adler <madler@alumni.caltech.edu>
Sun, 24 Mar 2013 05:27:43 +0000 (22:27 -0700)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 24 Mar 2013 05:30:09 +0000 (22:30 -0700)
commit03ff48cc67937fbb026a7952c0351615ef9be4e5
tree3050209fccaad5c9f29f9495f053f9dacde92d6f
parent66fcefbb2fb867f3f941b71140532de8593f29d6
Remove runtime check in configure for four-byte integer type.

That didn't work when cross-compiling.  Simply rely on limits.h.
If a compiler does not have limits.h, then zconf.h.in should be
modified to define Z_U4 as an unsiged four-byte integer type in
order for crc32() to be fast.

This also simplifies and makes more portable to check for a four-
byte type using limits.h.
configure
zconf.h
zconf.h.cmakein
zconf.h.in