summaryrefslogtreecommitdiff
path: root/ext/tk/tkutil/extconf.rb
diff options
context:
space:
mode:
author(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-28 17:08:03 +0000
committer(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-28 17:08:03 +0000
commit34f6b14fe59c6d0b411295bfba7ee8caf13b99d9 (patch)
tree85d2e1d27fde77966788b6924f741189e59faaf4 /ext/tk/tkutil/extconf.rb
parent673dcd5ae2cbe7c30dac31c92de3c3ab9eb8a567 (diff)
This commit was manufactured by cvs2svn to create tag
'v1_8_4_preview1'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v1_8_4_preview1@9478 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