mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
c9eba6932b
commit
e3cc2ee1ed
4 changed files with 9 additions and 5 deletions
|
@ -11,8 +11,7 @@
|
|||
|
||||
#include "ruby.h"
|
||||
|
||||
#ifdef HAVE_RUBY_RUBY_H
|
||||
/* #include "ruby/ruby.h" */
|
||||
#ifdef HAVE_RUBY_SIGNAL_H
|
||||
#include "ruby/signal.h"
|
||||
#include "ruby/st.h"
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue