summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2013-03-21 09:07:44 +0100
committerWerner Lemberg <wl@gnu.org>2013-03-21 09:07:44 +0100
commit835b9cd586739a5cf086060f40b2d52b335ac40f (patch)
treedb38634a66734fed2a2c9dd111244228ccf91a5d /configure
parent6f1e345d35238775f421e57fb4980abe08fd4920 (diff)
downloadfreetype2-835b9cd586739a5cf086060f40b2d52b335ac40f.tar.gz
Minor.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 6 insertions, 3 deletions
diff --git a/configure b/configure
index aa3956fd9..5052c08ad 100755
--- a/configure
+++ b/configure
@@ -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