From d2dd8e23efe152466cee2ae1deb0d213ba2bf018 Mon Sep 17 00:00:00 2001 From: "Herbert Duerr [hdu]" Date: Fri, 23 Apr 2010 09:09:53 +0200 Subject: #i111077# prepare rename folder of third-party fonts --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') 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 -- cgit v1.2.3