diff options
author | Herbert Duerr [hdu] <duerr@sun.com> | 2010-04-23 09:09:53 +0200 |
---|---|---|
committer | Herbert Duerr [hdu] <duerr@sun.com> | 2010-04-23 09:09:53 +0200 |
commit | a1ccf5dfb24cbcbbcea35439cbb9929035f876ca (patch) | |
tree | e8a38ea913d70eb2c44232106cfb2b0fe58895b4 /configure.in | |
parent | 61db5ff9ae07b760c9f236438489d19dd7cbe075 (diff) |
#i111077# prepare rename folder of third-party fonts
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 91ff5806f..480f0e4e1 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 |