mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-07 09:52:40 +08:00
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:
parent
d50769dc01
commit
860dd10b8b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user