summaryrefslogtreecommitdiffstats
path: root/ext/tk
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-02 11:28:40 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-02 11:28:40 +0000
commit4285023c4e20153b7f837487deae0b0d1a7e418d (patch)
treef85d9c4825c8096a8eda54061a9c0db2598e77a7 /ext/tk
parent5550b17ca7fdf4f12cb8a45824361856a2383efc (diff)
downloadruby-4285023c4e20153b7f837487deae0b0d1a7e418d.tar.gz
ruby-4285023c4e20153b7f837487deae0b0d1a7e418d.tar.xz
ruby-4285023c4e20153b7f837487deae0b0d1a7e418d.zip
* ext/tk/extconf.rb: change the check parameter for Win32.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk')
-rw-r--r--ext/tk/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/extconf.rb b/ext/tk/extconf.rb
index 95fdef796..8c8d83348 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