From: Jaroslav Kysela Date: Sat, 17 Oct 2015 17:57:19 +0000 (+0200) Subject: configure: fix the previous pkg-config check X-Git-Tag: v4.2.1~1886 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46c82a8a9f7f3505e3c8dcb0498cfc18c22d2598;p=thirdparty%2Ftvheadend.git configure: fix the previous pkg-config check --- diff --git a/configure b/configure index 3da541989..fbff58357 100755 --- a/configure +++ b/configure @@ -260,7 +260,7 @@ check_py_import gzip # # Binaries # -check_bin ${PKG_CONFIG} || die 'no pkg-config binaries found' +check_bin ${PKG_CONFIG} bin_pkg_config || die 'no pkg-config binaries found' check_bin ${XGETTEXT} || die 'no gettext binaries found' check_bin ${MSGMERGE} || die 'no gettext binaries found' check_bin ${GZIPCMD} || die 'no gzip binary found'