Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
configure: add pkg-config check
  • Loading branch information
perexg committed Oct 17, 2015
1 parent bc13964 commit 3385493
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions configure
Expand Up @@ -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'

#
Expand Down

0 comments on commit 3385493

Please sign in to comment.