aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/tkutil/extconf.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-15 12:58:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-15 12:58:23 +0000
commit3e7b91eebd1e30ba0cc12e35757ac3abba75c2ce (patch)
tree614069c56a1aaa800ba5faaea46a8878b191a7ec /ext/tk/tkutil/extconf.rb
parente3cc2ee1ed8d16f7920459641ad66f0f1afbb8d9 (diff)
downloadruby-3e7b91eebd1e30ba0cc12e35757ac3abba75c2ce.tar.gz
* ext/tk/{,tkutil/}extconf.rb: ruby/ruby.h no longer needs to be
checked. * ext/tk/{tcltklib.c,tkutil/tkutil.c}: check macros for each headers. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/tkutil/extconf.rb')
-rw-r--r--ext/tk/tkutil/extconf.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/tk/tkutil/extconf.rb b/ext/tk/tkutil/extconf.rb
index ed5de0ee64..34b91632eb 100644
--- a/ext/tk/tkutil/extconf.rb
+++ b/ext/tk/tkutil/extconf.rb
@@ -7,7 +7,6 @@ end
if has_tk
require 'mkmf'
- have_header("ruby/ruby.h")
have_func("rb_obj_instance_exec", "ruby.h")
have_func("rb_sym_to_s", "ruby.h")
have_func("strndup", "string.h")