swfmill
swfmill copied to clipboard
Check size of int, long etc in configure script
swfmill relies on int, long etc being a certain size, so we might as well check that in the configure script.
See AC_CHECK_SIZEOF.
Actually it does check for uint8_t and friends, so let's just make sure we use those where appropriate.