autogen: Fix typo in comment (#1396)

It was introduced by commit d50769dc01.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2018-03-17 14:35:30 +01:00 committed by zdenop
parent d50769dc01
commit 860dd10b8b

View File

@ -121,7 +121,7 @@ if grep -q AX_CHECK_COMPILE_FLAG configure; then
fi fi
if grep -q PKG_CHECK_MODULES configure; then 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 rm configure
echo "Missing pkg-config. Check the build requirements." echo "Missing pkg-config. Check the build requirements."
bail_out bail_out