Fix test for pkg-config
This commit is contained in:
parent
9a1c4f6827
commit
c006db6fc6
|
@ -1126,7 +1126,7 @@ case $host in
|
||||||
;;
|
;;
|
||||||
esac
|
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.])
|
AC_MSG_ERROR([You need to install pkg-config to configure FreeSWITCH.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue