提交 c006db6f authored 作者: Travis Cross's avatar Travis Cross

Fix test for pkg-config

上级 9a1c4f68
......@@ -1126,7 +1126,7 @@ case $host in
;;
esac
if ! test -x "$PKG_CONFIG" || ! 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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论