[kaffe] CVS kaffe (guilhem): Fixes for Solaris.
Guilhem Lavaux
guilhem at kaffe.org
Sun Jul 18 22:41:22 PDT 2004
Dalibor Topic wrote:
> Kaffe CVS wrote:
>
>> PatchSet 4980 Date: 2004/07/17 13:55:59
>> Author: guilhem
>> Branch: HEAD
>> Tag: (none) Log:
>> Fixes for Solaris.
>>
>> * configure.ac: Added a new test to check whether tm_zone
>> exists in
>> struct tm.
>>
>> * config/config.h.in, configure: Regenerated.
>>
>> * kaffe/kaffevm/jit/labels.c: Move '*/' to make gcc happy.
>>
>> Members: ChangeLog:1.2544->1.2545 configure:1.355->1.356
>> configure.ac:1.53->1.54 config/config.h.in:1.117->1.118
>> kaffe/kaffevm/jit/labels.c:1.10->1.11
>> Index: kaffe/ChangeLog
>> diff -u kaffe/ChangeLog:1.2544 kaffe/ChangeLog:1.2545
>> --- kaffe/ChangeLog:1.2544 Sat Jul 17 09:04:09 2004
>> +++ kaffe/ChangeLog Sat Jul 17 13:55:59 2004
>> @@ -1,5 +1,14 @@
>> 2004-07-17 Guilhem Lavaux <guilhem at kaffe.org>
>>
>> + * configure.ac: Added a new test to check whether tm_zone exists in
>> + struct tm.
>
>
> I've rewritten the check to use AC_CHECK_MEMBERS, as that's the
> autoconf macro to check for such things. :)
Hi Dalibor,
I've found that it also exists a macro called AC_STRUCT_TIMEZONE which
does actually everything. ;)
Cheers,
Guilhem.
More information about the kaffe
mailing list