tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Release Candidate - please test


From: Detlef Riekenberg
Subject: Re: [Tinycc-devel] Release Candidate - please test
Date: Mon, 10 Mar 2008 00:59:02 +0100

On So, 2008-03-09 at 21:26 +0300, Alexander Gladysh wrote:
> -#if !defined(__FreeBSD__) && !defined(__DragonFly__) && !
> defined(__OpenBSD__)
> +#if !defined(__FreeBSD__) && !defined(__DragonFly__) \
> + && !defined(__OpenBSD__) && !defined(__APPLE__)
>  #include <malloc.h>
>  #endif

We really should test such things in a configure script.

Together with a simple script to convert a
"configure.ac" to a "configure", we are done.

For uncommon systems, autotools can be a full-featured fallback.


-- 
 
By by ... Detlef






reply via email to

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