]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
configure: fix the previous pkg-config check
authorJaroslav Kysela <perex@perex.cz>
Sat, 17 Oct 2015 17:57:19 +0000 (19:57 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sat, 17 Oct 2015 17:57:19 +0000 (19:57 +0200)
configure

index 3da54198912af273eaeb2e157985dd18321070fb..fbff583573eaaf2e36d09be094a165c656ef8324 100755 (executable)
--- 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'