From: Jaroslav Kysela Date: Sat, 17 Oct 2015 17:48:28 +0000 (+0200) Subject: configure: add pkg-config check X-Git-Tag: v4.2.1~1887 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3385493681bb6b72a40ffc88d8a4dbc86bc70a6a;p=thirdparty%2Ftvheadend.git configure: add pkg-config check --- diff --git a/configure b/configure index 5a0174513..3da541989 100755 --- a/configure +++ b/configure @@ -260,9 +260,10 @@ check_py_import gzip # # Binaries # -check_bin ${XGETTEXT} || die 'WARN: no gettext binaries found' -check_bin ${MSGMERGE} || die 'WARN: no gettext binaries found' -check_bin ${GZIPCMD} || die 'WARN: no gzip binary found' +check_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' check_bin ${BZIP2} || echo 'WARN: no bzip2 binary found' #