mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 09:04:05 +02:00
* 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
This commit is contained in:
parent
a2af997b7e
commit
0685792807
2 changed files with 6 additions and 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 20:14:53 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
Wed Nov 2 20:14:53 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||||
|
|
||||||
* ext/tcltklib: merge into ext/tk and remove.
|
* ext/tcltklib: merge into ext/tk and remove.
|
||||||
|
|
|
@ -207,7 +207,7 @@ EOF
|
||||||
end
|
end
|
||||||
|
|
||||||
# check pthread mode
|
# check pthread mode
|
||||||
if (macro_defined?('HAVE_LIBPTHREAD', '#include "ruby.h"'))
|
if (macro_defined?('HAVE_NATIVETHREAD', '#include "ruby.h"'))
|
||||||
# ruby -> enable
|
# ruby -> enable
|
||||||
unless tcl_enable_thread
|
unless tcl_enable_thread
|
||||||
# ruby -> enable && tcl -> disable
|
# ruby -> enable && tcl -> disable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue