提交 762f95e4 编写于 作者: M Mans Rullgard

configure: warn if pkg-config is missing

Signed-off-by: NMans Rullgard <mans@mansr.com>
上级 af1ca249
......@@ -1827,6 +1827,11 @@ set_default cc nm pkg_config sysinclude
enabled cross_compile || host_cc_default=$cc
set_default host_cc
if ! $pkg_config --version >/dev/null 2>&1; then
warn "$pkg_config not found, library detection may fail."
pkg_config=false
fi
exesuf() {
case $1 in
mingw32*|cygwin*|*-dos|freedos|opendos|os/2*|symbian) echo .exe ;;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册