summaryrefslogtreecommitdiff
path: root/Build/source/m4/cho-libs.m4
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/m4/cho-libs.m4')
-rw-r--r--Build/source/m4/cho-libs.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/m4/cho-libs.m4 b/Build/source/m4/cho-libs.m4
index 426f44660fa..fa3d6f812f2 100644
--- a/Build/source/m4/cho-libs.m4
+++ b/Build/source/m4/cho-libs.m4
@@ -107,7 +107,8 @@ AS_IF([test "x$cho_cv_have_freetype" = xyes],
[AC_CHECK_FUNCS([FT_Init_FreeType],
[AC_DEFINE([HAVE_LIBFREETYPE], 1,
[Define if you have libfreetype and its headers.])])],
- [AC_MSG_ERROR([This version of $1 requires that FreeType2 and its headers be available.
+ [KPSE_MSG_ERROR([$1],
+ [This version of $1 requires that FreeType2 and its headers be available.
You can use the --with-freetype2-includes and/or --with-freetype2-libdir options
to indicate the location of the installed freetype2 library and headers.])])
])# CHO_CHECK_LIBFREETYPE