projects
/
ruby-vorbistagger.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03e0bc2
)
Added a configure check for rb_hash_foreach().
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Tue, 15 Aug 2006 18:23:48 +0000
(20:23 +0200)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Wed, 23 Aug 2006 17:33:53 +0000
(19:33 +0200)
Rakefile
patch
|
blob
|
history
diff --git
a/Rakefile
b/Rakefile
index 4aa62fc8f29b4f98a55f0353497792009d1c3773..e83733c0810112d89109bb4ca3cd93efc89900fd 100644
(file)
--- 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