script/setup.sh: don't hardcode search for pkg-config (#7871)

This commit is contained in:
Meghan Denny
2023-12-27 18:35:09 -08:00
committed by GitHub
parent da13884295
commit f02ef8fb35

View File

@@ -42,7 +42,7 @@ $(
) || fail "Rust and Cargo version must be installed (minimum version 1.57)"
has_exec "go" || fail "'go' is missing"
has_exec "pkg-config" || fail "'pkg-config' is missing"
has_exec "${PKG_CONFIG:-pkg-config}" || fail "'pkg-config' is missing"
has_exec "automake" || fail "'automake' is missing"
has_exec "perl" || fail "'perl' is missing"
has_exec "ruby" || fail "'ruby' is missing"