# File lib/mkmf.rb, line 219
def xsystem command
  Logging::open do
    puts command.quote
    system(command)
  end
end