Skip to content

Commit

Permalink
fix type pkg-config2 -> pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Sep 30, 2011
1 parent 1f78185 commit b18d7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configure
Expand Up @@ -501,7 +501,7 @@ check_python()
check_pkg_config()
{
echocheck "pkg-config"
if pkg-config2 --version >/dev/null 2>&1
if pkg-config --version >/dev/null 2>&1
then
echores "`pkg-config --version`"
else
Expand Down

0 comments on commit b18d7b5

Please sign in to comment.