From: Travis Cross Date: Mon, 12 May 2014 13:50:21 +0000 (+0000) Subject: Fix test for pkg-config X-Git-Tag: v1.4.4~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c006db6fc6ea8337098b30003622d0257f1b76fb;p=thirdparty%2Ffreeswitch.git Fix test for pkg-config --- diff --git a/configure.ac b/configure.ac index 2e8d6e1162..7673f61141 100644 --- a/configure.ac +++ b/configure.ac @@ -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