提交 04dc9016 authored 作者: Travis Cross's avatar Travis Cross

Check for pkg-config at $PKG_CONFIG in configure

This allows someone without pkg-config in their PATH to set where
pkg-config is located.
上级 dcaa0876
......@@ -1126,7 +1126,7 @@ case $host in
;;
esac
if ! test -x "$(which pkg-config)"; then
if ! test -x "$PKG_CONFIG" || ! test -x "$(which pkg-config)"; then
AC_MSG_ERROR([You need to install pkg-config to configure FreeSWITCH.])
fi
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论