aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/config_list.in
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-16 14:34:09 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-16 14:34:09 +0000
commit31060fb11be83c8d8c38fa1c2b8f0f7bc10cac9c (patch)
tree6e3230ad9f59930f517e296e2eefd6a76be31f96 /ext/tk/config_list.in
parent6d7ddc3b297bfe6ca9f091c0097722b0422cc7e2 (diff)
downloadruby-31060fb11be83c8d8c38fa1c2b8f0f7bc10cac9c.tar.gz
* ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includes
white space characters on Windows.[ruby-dev:38794] * ext/tk/lib/tk.rb: works on Cygwin (limitation:: Tk.mainloop works on the main thread only). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/config_list.in')
-rw-r--r--ext/tk/config_list.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/tk/config_list.in b/ext/tk/config_list.in
index ba0a963bb0..5ddd11c6b0 100644
--- a/ext/tk/config_list.in
+++ b/ext/tk/config_list.in
@@ -1,6 +1,6 @@
##############################################
# configure options for Ruby/Tk
-# release date: 2009-07-12
+# release date: 2009-07-15
##############################################
with tk-old-extconf
with ActiveTcl
@@ -33,3 +33,4 @@ with X11-lib
enable pthread
enable tcl-thread
with tclConfig-file
+enable space-on-tk-libpath