On Wed, Jun 30, 2010 at 3:51 PM, John Calcote <[email protected]> wrote:
> On 6/30/2010 3:48 AM, Andrew W. Nosenko wrote:
>>
>> Excuse me, but why just don't
>>
>>     #include <inttypes.h>
>>
>> and use int32_t and uint32_t declared there?
>>
>> If you want to deal with some heavy non-posix, or just too old system, then
>>
>>     AC_TYPE_INT32_T
>>
>> autoconf macro (and like) may help you.
>>
>>
>
> He said it was in a third-party open source library. I'm guessing he
> feels he doesn't have the right to change that code.

Exactly.  I don't want to fork the code for something like this.  It's
easier to just provide the proper compile flag.

wes

_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to