# File glib/src/lib/pkg-config.rb, line 28
  def exist?(pkg)
    system("#{@@cmd} --exists #{pkg}")
  end