summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-04-22 15:20:18 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-04-26 14:27:17 +0300
commit877fcc829f4562f3753e5a0e1cbd7f35b2336a7d (patch)
treeaed8f8b2924067677bec79fee77ad916270eda15 /configure.in
parent1adcd87548cffd1ff67432090bdbf259b58be5fc (diff)
do not enable BrOffice branding by default (fdo#36262)
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 64cf4244a6e7..6466aa847196 100755
--- a/configure.in
+++ b/configure.in
@@ -279,7 +279,7 @@ AC_ARG_ENABLE(broffice,
AS_HELP_STRING([--disable-broffice],
[When disabled, broffice specific branding artwork for use in the pt_BR
locale is removed, giving uniform branding.]),
-,enable_broffice=yes)
+,enable_broffice=no)
AC_ARG_ENABLE(cairo,
AS_HELP_STRING([--disable-cairo],