diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-27 19:40:43 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-27 19:40:43 +0000 |
| commit | 91a689f27eab58f89172f2f8ad092e9e5552e330 (patch) | |
| tree | 1d864881d6b6931bea79856745269e5194389672 /ext/tk/README.tcltklib | |
| parent | 8172253d7e3fe2f22ca12c898227bec87c29199a (diff) | |
* ext/tk/lib/extconf.rb: bug fix and ignore invalid Tcl/Tk libraries.
* ext/tk/lib/config_list.in: bug fix and add a new option.
* ext/tk/lib/README.tcltklib: update for a new option.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/README.tcltklib')
| -rw-r--r-- | ext/tk/README.tcltklib | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/tk/README.tcltklib b/ext/tk/README.tcltklib index 0db2758f2..251348e91 100644 --- a/ext/tk/README.tcltklib +++ b/ext/tk/README.tcltklib @@ -113,6 +113,7 @@ options may be useful. --enable-tcl-thread/--disable-tcl-thread --with-tclConfig-file=<path of 'tclConfig.sh'> + --with-tkConfig-file=<path of 'tkConfig.sh'> It is not need that 'tclConfig.sh' is a normal Tcl/Tk's tclConfig.sh. But the file is expected to include the line "TCL_THREADS=0" or "...=1". |
