diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-02 11:28:40 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-02 11:28:40 +0000 |
| commit | 4285023c4e20153b7f837487deae0b0d1a7e418d (patch) | |
| tree | f85d9c4825c8096a8eda54061a9c0db2598e77a7 /ext/tk | |
| parent | 5550b17ca7fdf4f12cb8a45824361856a2383efc (diff) | |
| download | ruby-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.rb | 2 |
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 |
