#
# 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'
#