ext/extconf.rb in ruby-prof-0.7.6 vs ext/extconf.rb in ruby-prof-0.7.7
- old
+ new
@@ -33,10 +33,8 @@
def add_define(name)
$defs.push("-D#{name}")
end
-add_define 'RUBY_VM' if RUBY_VERSION >= '1.9'
-
add_define 'DEBUG' if $DEBUG
create_makefile("ruby_prof")