Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
configure: fix the previous pkg-config check
  • Loading branch information
perexg committed Oct 17, 2015
1 parent 3385493 commit 46c82a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -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'
Expand Down

0 comments on commit 46c82a8

Please sign in to comment.