summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorka <kai.ahrens@sun.com>2010-06-09 07:44:33 +0200
committerka <kai.ahrens@sun.com>2010-06-09 07:44:33 +0200
commit438cdaab9f73727ffd8f76734d4210fc66bce10b (patch)
tree6e435f5af5b72ac645e09b2c19e14e63e4d69b4b /configure.in
parent326d7e0b6879068be8104b530e9ff4ea34baf7ff (diff)
parent09b8d8f9054c8b7413b218972ba0b07fa70c55ab (diff)
avmedia101: rebased to DEV300_m81
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index e75c2ec6b084..f36d29a706c3 100644
--- a/configure.in
+++ b/configure.in
@@ -6094,7 +6094,7 @@ if test "$ENABLE_MEDIAWIKI" = "YES" -o "$ENABLE_REPORTBUILDER" = "YES"; then
[ COMMONS_CODEC_JAR=/usr/share/java/commons-codec-1.3.jar ],
[
AC_CHECK_FILE(/usr/share/java/commons-codec.jar,
- [ COMMONS_CODEC_JAR=/usr/share/java/commons-codecs.jar ],
+ [ COMMONS_CODEC_JAR=/usr/share/java/commons-codec.jar ],
[AC_MSG_ERROR(commons-codec.jar replacement not found.)]
)
]
@@ -6464,11 +6464,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