1 2 3 4 5 6 7
extern crate pkg_config; pub fn main() { if pkg_config::probe_library("libnghttp2").is_ok() { return; } }