We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d50769d commit 860dd10Copy full SHA for 860dd10
autogen.sh
@@ -121,7 +121,7 @@ if grep -q AX_CHECK_COMPILE_FLAG configure; then
121
fi
122
123
if grep -q PKG_CHECK_MODULES configure; then
124
- # The generated configure is invalid because pkg-confg is unavailable.
+ # The generated configure is invalid because pkg-config is unavailable.
125
rm configure
126
echo "Missing pkg-config. Check the build requirements."
127
bail_out
0 commit comments