From 361005fec584862f32299a61fc86b1253d724e28 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Tue, 15 Aug 2006 20:23:48 +0200 Subject: [PATCH] Added a configure check for rb_hash_foreach(). --- Rakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rakefile b/Rakefile index 4aa62fc..e83733c 100644 --- a/Rakefile +++ b/Rakefile @@ -35,6 +35,9 @@ task :extension => [:install, :clobber] config = Rake::ConfigureTask.new do |t| t.tests << Rake::ConfigureTask:: PkgConfigTest.new("vorbis", :is_critical => true) + t.tests << Rake::ConfigureTask:: + HaveFuncTest.new("rb_hash_foreach", "ruby.h", + :is_critical => true) t.tests << Rake::ConfigureTask::Gcc4Test.new("gcc4") end -- 2.30.2