diff options
author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-09 12:24:55 +0000 |
---|---|---|
committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-09 12:24:55 +0000 |
commit | 979ac967a9d0437e698d3e555098c77e495baee8 (patch) | |
tree | fe7930ab81c9e62b48fe5da38efc74c601fef493 /ext/tk/tcltklib.c | |
parent | 83c5dfb7ea60474722fd53382e8f9c31e35258de (diff) |
* ext/tk/extconf.rb (search_tclConfig): last change isn't enough. fixed it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/tcltklib.c')
-rw-r--r-- | ext/tk/tcltklib.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/tk/tcltklib.c b/ext/tk/tcltklib.c index a926d3f5d0..2938536cda 100644 --- a/ext/tk/tcltklib.c +++ b/ext/tk/tcltklib.c @@ -4,7 +4,7 @@ * Oct. 24, 1997 Y. Matsumoto */ -#define TCLTKLIB_RELEASE_DATE "2009-08-04" +#define TCLTKLIB_RELEASE_DATE "2009-08-09" #include "ruby.h" @@ -10544,9 +10544,11 @@ Init_tcltklib() /* --------------------------------------------------------------- */ +#ifdef HAVE_NATIVETHREAD /* if ruby->nativethread-supprt and tcltklib->doen't, the following will cause link-error. */ ruby_native_thread_p(); +#endif /* --------------------------------------------------------------- */ |