extern crate pkg_config;
/// Configures the crate to link against `lib_name`.
///
/// The library is first searched via the pkg-config file provided in
/// `pc_name`, which provides us accurate information on how to find the
/// library to link to. But because old gperftools did not supply such
/// files, this falls back to using the linker's path.