From 877fcc829f4562f3753e5a0e1cbd7f35b2336a7d Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Fri, 22 Apr 2011 15:20:18 +0200 Subject: do not enable BrOffice branding by default (fdo#36262) --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') 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], -- cgit