summaryrefslogtreecommitdiff
path: root/ext/tk/tkutil/extconf.rb
diff options
context:
space:
mode:
author(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-13 16:27:01 +0000
committer(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-13 16:27:01 +0000
commit35be0daf8f93962bf04283df943fa3c5cf96c59f (patch)
tree4828bc78aa3d5e1a9d8aa2159f93fb045f87b11a /ext/tk/tkutil/extconf.rb
parent6db56d9a50bda495ddac87869cfd7777f69f2e7c (diff)
This commit was manufactured by cvs2svn to create tag
'v1_8_3_preview2'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v1_8_3_preview2@9153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/tkutil/extconf.rb')
-rw-r--r--ext/tk/tkutil/extconf.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/tk/tkutil/extconf.rb b/ext/tk/tkutil/extconf.rb
deleted file mode 100644
index e3aa00a4b2..0000000000
--- a/ext/tk/tkutil/extconf.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-if compiled?('tk')
- require 'mkmf'
- create_makefile('tkutil')
-end