summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorHerbert Duerr [hdu] <duerr@sun.com>2010-04-23 09:09:53 +0200
committerHerbert Duerr [hdu] <duerr@sun.com>2010-04-23 09:09:53 +0200
commitd2dd8e23efe152466cee2ae1deb0d213ba2bf018 (patch)
treec6057bbd44d6a2e1bd222c72e20c96bd752f4818 /configure.in
parenta0de0def4a49a63c6675a622123b793da8b4c78d (diff)
#i111077# prepare rename folder of third-party fonts
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 91ff5806fbe5..480f0e4e1b61 100644
--- a/configure.in
+++ b/configure.in
@@ -6435,11 +6435,11 @@ fi
dnl ===================================================================
dnl Test whether to include fonts
dnl ===================================================================
-AC_MSG_CHECKING([whether to include Bitstream Vera fonts])
+AC_MSG_CHECKING([whether to include third-party fonts])
if test "$with_fonts" != "no" ; then
AC_MSG_RESULT([yes])
WITH_FONTS=YES
- BUILD_TYPE="$BUILD_TYPE BITSTREAM_VERA_FONTS"
+ BUILD_TYPE="$BUILD_TYPE MORE_FONTS"
else
AC_MSG_RESULT([no])
WITH_FONTS=NO