Skip to content

Commit

Permalink
autogen: Fix typo in comment (#1396)
Browse files Browse the repository at this point in the history
It was introduced by commit d50769d.

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil authored and zdenop committed Mar 17, 2018
1 parent d50769d commit 860dd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ if grep -q AX_CHECK_COMPILE_FLAG configure; then
fi

if grep -q PKG_CHECK_MODULES configure; then
# The generated configure is invalid because pkg-confg is unavailable.
# The generated configure is invalid because pkg-config is unavailable.
rm configure
echo "Missing pkg-config. Check the build requirements."
bail_out
Expand Down

0 comments on commit 860dd10

Please sign in to comment.