mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-05 01:58:00 +02:00
Minor.
This commit is contained in:
parent
6f1e345d35
commit
835b9cd586
1 changed files with 6 additions and 3 deletions
9
configure
vendored
9
configure
vendored
|
|
@ -28,9 +28,12 @@ if test -z "`$MAKE -v 2>/dev/null | grep GNU`"; then
|
|||
if test -z "`$MAKE -v 2>/dev/null | grep makepp`"; then
|
||||
echo "GNU make (>= 3.80) or makepp (>= 1.19) is required to build FreeType2." >&2
|
||||
echo "Please try" >&2
|
||||
echo " \`MAKE=<GNU make command name> $0'." >&2
|
||||
echo "or >&2"
|
||||
echo " \`MAKE=\"makepp --norc-substitution\" $0'." >&2
|
||||
echo >&2
|
||||
echo " MAKE=<GNU make command name> $0" >&2
|
||||
echo >&2
|
||||
echo "or" >&2
|
||||
echo >&2
|
||||
echo " MAKE=\"makepp --norc-substitution\" $0" >&2
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue