mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in: FreeBSD, DragonFly BSD and Mac OS X needs
pthread_np.h to use pthread_*_np functions. Mac OS X's pthread_*_np also depend sys/signal.h, but it is included at signal.h via vm_core.h via thread.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
10e8419da6
commit
669862a416
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
Thu Feb 4 09:55:38 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* configure.in: FreeBSD, DragonFly BSD and Mac OS X needs
|
||||
pthread_np.h to use pthread_*_np functions.
|
||||
Mac OS X's pthread_*_np also depend sys/signal.h,
|
||||
but it is included at signal.h via vm_core.h via thread.c.
|
||||
|
||||
Thu Feb 4 08:15:53 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/delegate.rb (Delegator): now inherits BasicObject.
|
||||
|
|
|
@ -1499,6 +1499,7 @@ if test x"$enable_pthread" = xyes; then
|
|||
AC_DEFINE(_REENTRANT)
|
||||
AC_DEFINE(_THREAD_SAFE)
|
||||
AC_DEFINE(HAVE_LIBPTHREAD)
|
||||
AC_CHECK_HEADERS(pthread_np.h)
|
||||
AS_CASE([$pthread_lib],
|
||||
[c], [],
|
||||
[root], [],
|
||||
|
|
Loading…
Add table
Reference in a new issue