diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-16 07:15:22 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-16 07:15:22 +0000 |
| commit | 004368b8ef3fd9589ab0190638a90a61afe4d36e (patch) | |
| tree | d37d51af9dccb1e20e5f06811022587efb7c6878 /ext | |
| parent | 143b6a79b0acd661839e025db972db8e8ac76688 (diff) | |
| download | ruby-004368b8ef3fd9589ab0190638a90a61afe4d36e.tar.gz ruby-004368b8ef3fd9589ab0190638a90a61afe4d36e.tar.xz ruby-004368b8ef3fd9589ab0190638a90a61afe4d36e.zip | |
* ext/io/wait/extconf.rb: suspicious checking_for.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/io/wait/extconf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/io/wait/extconf.rb b/ext/io/wait/extconf.rb index 1352ef202..e8181d25f 100644 --- a/ext/io/wait/extconf.rb +++ b/ext/io/wait/extconf.rb @@ -3,7 +3,7 @@ target = "io/wait" unless macro_defined?("DOSISH", "#include <ruby.h>") fionread = %w[sys/ioctl.h sys/filio.h].find do |h| - checking_for("FIONREAD") {have_macro("FIONREAD", h)} + have_macro("FIONREAD", h) end if fionread $defs << "-DFIONREAD_HEADER=\"<#{fionread}>\"" |
