module PKGConfig
class PackageConfig
pkg-config
1.0.9
# msvc?
def msvc? /mswin32/.match(RUBY_PLATFORM) and /^cl\b/.match(Config::CONFIG['CC']) end