From e3cc2ee1ed8d16f7920459641ad66f0f1afbb8d9 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 15 Jul 2008 12:48:47 +0000 Subject: * ext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: Do not test ruby/ruby.h, which makes OS X's gcc pick the wrong header file from Ruby.framework. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/tcltklib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext/tk/tcltklib.c') diff --git a/ext/tk/tcltklib.c b/ext/tk/tcltklib.c index 9e14fc4f89..db31846e61 100644 --- a/ext/tk/tcltklib.c +++ b/ext/tk/tcltklib.c @@ -8,8 +8,7 @@ #include "ruby.h" -#ifdef HAVE_RUBY_RUBY_H -/* #include "ruby/ruby.h" */ +#ifdef HAVE_RUBY_SIGNAL_H #include "ruby/signal.h" #ifdef HAVE_RUBY_ENCODING_H #include "ruby/encoding.h" -- cgit v1.2.3