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 | 7cf49041a37134bb75ac55b488fb97d986ce7824 (patch) | |
| tree | 878721d894484b935290be48ee2fa396ea78fd19 | |
| parent | 82a6324f8fb85c635f212a7aadf507e6c1e42942 (diff) | |
| download | ruby-7cf49041a37134bb75ac55b488fb97d986ce7824.tar.gz ruby-7cf49041a37134bb75ac55b488fb97d986ce7824.tar.xz ruby-7cf49041a37134bb75ac55b488fb97d986ce7824.zip | |
* ext/tk/extconf.rb: change the check parameter for Win32.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | ext/tk/extconf.rb | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Wed Nov 2 20:25:28 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tk/extconf.rb: ext/tk/extconf.rb: change the check parameter + for Win32. + Wed Nov 2 19:03:06 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/tcltklib.c (ip_rbUpdateObjCmd, ip_rb_threadUpdateObjCmd): 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 |
