mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/tk/README.tcltklib: [DOC] Fix typo by @xta [Fixes GH-532] [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2833000f90
commit
bdeedccc5f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Feb 11 17:00:38 2014 Zachary Scott <e@zzak.io>
|
||||
|
||||
* ext/tk/README.tcltklib: [DOC] Fix typo by @xta [Fixes GH-532]
|
||||
|
||||
Sun Feb 9 13:59:29 2014 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* configure.in: Fix compilation error.
|
||||
|
|
|
@ -30,7 +30,7 @@ some or all of the following options.
|
|||
|
||||
--with-tcltkversion=<version>
|
||||
--with-tcltkversion=<tclversion>,<tkversion>
|
||||
force version of Tcl/Tk libaray
|
||||
force version of Tcl/Tk library
|
||||
(e.g. libtcl8.4g.so & libtk8.4g.so ==> --with-tcltkversion=8.4g
|
||||
libtcl8.4.so & libtk8.4g.so ==> --with-tcltkversion=8.4,8.4g)
|
||||
|
||||
|
|
Loading…
Reference in a new issue