[Mono-dev] [PATCH] Android Support [3/4]

Rodrigo Kumpera kumpera at gmail.com
Mon Apr 19 14:22:56 EDT 2010


On Mon, Apr 19, 2010 at 2:44 PM, Jonathan Pryor <jonpryor at vt.edu> wrote:

> This is a series of patches to add support to Mono for building against
> the Android NDK [0].  Android runs the Linux kernel, but moves many
> things around compared to a "normal" desktop Linux distro.
>
> These patches are based against the mono-2-6 branch.
>
> This third patch patches mono so that it will properly build and link
> under Android.  In particular, note that Android includes pthread_*()
> functions within libc, not libpthread, thus the added configure check.
> ChangeLog messages are within the diff.
>
> Permission to commit?
>
> - Jon
>
> +AC_CHECK_HEADER([malloc.h],
+ [AC_DEFINE([HAVE_USR_INCLUDE_MALLOC_H], [1],
+ [Define to 1 if you have /usr/include/malloc.h.])],,)
+

What's the use for this? We check the header but then we don't use the new
define.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100419/c789a474/attachment.html 


More information about the Mono-devel-list mailing list