From 0685792807b1aaa82bbb09a458ea16745422950c Mon Sep 17 00:00:00 2001 From: nagai Date: Wed, 2 Nov 2005 11:28:40 +0000 Subject: * ext/tk/extconf.rb: change the check parameter for Win32. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/tk/extconf.rb') diff --git a/ext/tk/extconf.rb b/ext/tk/extconf.rb index 95fdef7968..8c8d833481 100644 --- a/ext/tk/extconf.rb +++ b/ext/tk/extconf.rb @@ -207,7 +207,7 @@ EOF end # check pthread mode - if (macro_defined?('HAVE_LIBPTHREAD', '#include "ruby.h"')) + if (macro_defined?('HAVE_NATIVETHREAD', '#include "ruby.h"')) # ruby -> enable unless tcl_enable_thread # ruby -> enable && tcl -> disable -- cgit v1.2.3