diff options
author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-25 06:45:39 +0000 |
---|---|---|
committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-25 06:45:39 +0000 |
commit | 98f315febf001eebde049e037e3ea1569064427c (patch) | |
tree | e24388f06a9e9c792cda966691457626866dcb15 | |
parent | 82f11f4fb47e959314c16219f0c812da896b9a3a (diff) | |
download | ruby-98f315febf001eebde049e037e3ea1569064427c.tar.gz ruby-98f315febf001eebde049e037e3ea1569064427c.tar.xz ruby-98f315febf001eebde049e037e3ea1569064427c.zip |
* ext/tcltklib/README.1st: edit.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ext/tcltklib/README.1st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/tcltklib/README.1st b/ext/tcltklib/README.1st index 0b6e3142e..510dd1c2c 100644 --- a/ext/tcltklib/README.1st +++ b/ext/tcltklib/README.1st @@ -33,9 +33,9 @@ directry of Ruby sources, please try something like as the followings. *** ATTENTION *** When your Tcl/Tk libraries are compiled with "pthread support", Ruby/Tk may cause "Hang-up" or "Segmentation Fault" frequently. -If you have such a trouble, please try to use the '--with-pthread-ext' +If you have such a trouble, please try to use the '--enable-pthread' option of the 'configure' command and re-compile Ruby sources. -It may help you to avoid this trouble, +It may help you to avoid this trouble. ========================================================== Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) |