diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-20 18:13:48 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-20 18:13:48 +0000 |
commit | e5786f530f9555469c01435f86039b06aa53feba (patch) | |
tree | c868e8d32282422d7d445b729db95c3fcdafb6d0 /Build/source/m4/cho-libs.m4 | |
parent | ebaa1768b43c8606d923d2e861b5286b74207b3e (diff) |
new build system: build icu libs and xetex plus misc updates
git-svn-id: svn://tug.org/texlive/trunk@12759 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/m4/cho-libs.m4')
-rw-r--r-- | Build/source/m4/cho-libs.m4 | 3 |
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 |