autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how to check type size


From: Andrew Makhorin
Subject: how to check type size
Date: Sun, 4 Feb 2007 16:24:25 +0300

Hi,

I need to check the size of some generic types, and if the size is
unexpected, the configure script must raise a "configuration error".

For example:

if (sizeof(int) == 4) then [ok] else [error];

Is it possible to do that in autoconf 2.13 not writing a test?

Thank you,

Andrew Makhorin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]