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, 1 insertions, 2 deletions
diff --git a/Build/source/m4/cho-libs.m4 b/Build/source/m4/cho-libs.m4
index f6addf6862d..06c0aa49df6 100644
--- a/Build/source/m4/cho-libs.m4
+++ b/Build/source/m4/cho-libs.m4
@@ -97,8 +97,7 @@ 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.])])],
- [KPSE_MSG_ERROR([$1],
- [This version of $1 requires that FreeType2 and its headers be available.
+ [AC_MSG_ERROR([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