* include/private/gcconfig.h: Android platforms are built atop Linux,
commit26311c107866ff0a547ff4923ade81c720d7d6f6
authorJonathan Pryor <jpryor@novell.com>
Mon, 19 Apr 2010 18:49:27 +0000 (19 18:49 -0000)
committerJonathan Pryor <jpryor@novell.com>
Mon, 19 Apr 2010 18:49:27 +0000 (19 18:49 -0000)
tree016f1709e369ff301a6dab95b2004e31263e6801
parent3e080121ace690686bb7ac45e23dc9fea8076d10
* include/private/gcconfig.h: Android platforms are built atop Linux,
  don't use glibc, and uses `environ` instead of `__environ`.
* configure.in: Use AC_CHECK_LIB() to check for pthread instead of
  just blindly linking to -lpthread, as Android includes pthread
  support within libc and doesn't provide a separate libpthread.

svn path=/trunk/mono/; revision=155747
libgc/ChangeLog
libgc/configure.in
libgc/include/private/gcconfig.h