Skip to content

Commit

Permalink
Enable MBARI API by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Feb 11, 2011
1 parent 4c147e9 commit 3675f11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion distro/installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ def install_tcmalloc

def configure_ruby
return configure_autoconf_package('source', 'Ruby Enterprise Edition',
"#{@extra_configure_args} CFLAGS='-g -Os -fno-stack-protector #{ENV['CFLAGS']}'")
"--enable-mbari-api #{@extra_configure_args} " <<
"CFLAGS='-g -Os -fno-stack-protector #{ENV['CFLAGS']}'")
end

def compile_system_allocator
Expand Down

0 comments on commit 3675f11

Please sign in to comment.