# File ext/nokogiri/extconf.rb, line 130
def with_custom_link
  alias :old_link_command :link_command
  alias :link_command :nokogiri_link_command
  yield
ensure
  alias :link_command :old_link_command
end