From 36d512afb399c4cda2a891f7ace35916e418481f Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 10 Feb 2007 21:24:58 +0000 Subject: * ext/Setup: Add thread except for platforms without threads support. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/Setup | 1 + ext/Setup.atheos | 1 + ext/Setup.dj | 1 + ext/Setup.emx | 1 + ext/Setup.nt | 1 + ext/Setup.x68 | 1 + 6 files changed, 6 insertions(+) (limited to 'ext') diff --git a/ext/Setup b/ext/Setup index 7b214abde..d0d6317a5 100644 --- a/ext/Setup +++ b/ext/Setup @@ -28,6 +28,7 @@ #syck #syslog #tcltklib +#thread #tk #win32ole #zlib diff --git a/ext/Setup.atheos b/ext/Setup.atheos index 9b1bdecb9..6bda3a4cf 100644 --- a/ext/Setup.atheos +++ b/ext/Setup.atheos @@ -28,6 +28,7 @@ strscan syck syslog #tcltklib +thread #tk #win32ole zlib diff --git a/ext/Setup.dj b/ext/Setup.dj index f2ed3a4f1..4f9478888 100644 --- a/ext/Setup.dj +++ b/ext/Setup.dj @@ -28,6 +28,7 @@ strscan syck #syslog #tcltklib +thread #tk #win32ole zlib diff --git a/ext/Setup.emx b/ext/Setup.emx index 7ea04543c..afc592357 100644 --- a/ext/Setup.emx +++ b/ext/Setup.emx @@ -28,6 +28,7 @@ strscan #syck #syslog #tcltklib +thread #tk #win32ole #zlib diff --git a/ext/Setup.nt b/ext/Setup.nt index 7a330f801..9f8abf9b8 100644 --- a/ext/Setup.nt +++ b/ext/Setup.nt @@ -28,6 +28,7 @@ strscan syck #syslog #tcltklib +thread #tk win32ole #zlib diff --git a/ext/Setup.x68 b/ext/Setup.x68 index 9b9563d94..0966e737e 100644 --- a/ext/Setup.x68 +++ b/ext/Setup.x68 @@ -28,6 +28,7 @@ strscan #syck #syslog #tcltklib +thread #tk #win32ole #zlib -- cgit