2010-04-21 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / ChangeLog
index afa59285fb4b33f42ef6e5b52db43e186d5235f1..8c760cc925d6658f3480420488635897a69f628f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2010-04-20  Jonathan Pryor  <jpryor@novell.com>
+
+       * configure.in: Check for the asm/sigcontext.h header.
+
+2010-04-20  AndrĂ©s G. Aragoneses  <andres@lindenlab.com>
+
+       * README: Replace --with-profile2 with --with-profile4.
+
+2010-04-20  Jonathan Pryor  <jpryor@novell.com>
+
+       * configure.in: On OpenBSD, remove duplicate -pthread options in 
+         libmono_ldflags.  Change from Robert Nagy <robert@openbsd.org>.
+
+2010-04-20  Jonathan Pryor  <jpryor@novell.com>
+
+       * configure.in: For Linux hosts, remove libmono_ldflags="-lpthread".
+         It's unnecessary (for !target_win32, pthreads are checked again 
+         later in configure.in), and it breaks Android (which doesn't have
+         libpthread, but DOES have pthreads in libc).
+
 2010-04-19  Jonathan Pryor  <jpryor@novell.com>
 
        * configure.in: Disable AC_CHECK_LIB() for pthread, as this breaks