[kaffe] CVS kaffe (guilhem): Fixes for Solaris.

Dalibor Topic robilad at kaffe.org
Sun Jul 18 10:35:40 PDT 2004


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. :)

cheers,
dalibor topic




More information about the kaffe mailing list