summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-06-03 16:26:59 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-06-03 16:26:59 +0200
commitbbad88bf7f1e795d2ba86c0b83421623e6609b2f (patch)
treee290a53c022f10cadb1cb957e5a075bd3ad9d2e8 /configure.in
parent460741c630464878c130fde9e60adf6b52d685a5 (diff)
parentb17de9607e59d4ff91fc9f1830b613c1c57cf8c1 (diff)
CWS-TOOLING: integrate CWS narrow01
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 254c9d81286f..cf2a97402135 100644
--- a/configure.in
+++ b/configure.in
@@ -6429,11 +6429,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