djcsdy / swfmill

Generate or decompile Adobe Flash SWF files using an XML dialect. Inspect and modify the XML by hand, or by using a built in XSLT processor.
http://www.swfmill.org/
GNU General Public License v2.0
131 stars 28 forks source link

Check size of int, long etc in configure script #29

Open djcsdy opened 11 years ago

djcsdy commented 11 years ago

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.

djcsdy commented 11 years ago

Actually it does check for uint8_t and friends, so let's just make sure we use those where appropriate.