From 9fbada163b592fbc590256f0c9ef19c5310256c7 Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 29 Oct 2008 04:05:15 +0000 Subject: * configure.in (rb_cv_lib_xpg4_needed): Drop legacy FreeBSD support regarding libxpg4. Those old versions of FreeBSD shipped with the library don't have a working pthread library anyway. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b4bbe7b9b..96d81fe5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Oct 29 13:02:17 2008 Akinori MUSHA + + * configure.in (rb_cv_lib_xpg4_needed): Drop legacy FreeBSD + support regarding libxpg4. Those old versions of FreeBSD + shipped with the library don't have a working pthread library + anyway. + Wed Oct 29 11:50:57 2008 Nobuyoshi Nakada * configure.in (dln-a-out): cannot make shared library nor work with -- cgit