[Libreoffice-commits] .: Branch 'libreoffice-3-4' - configure.in

Petr Mladek pmladek at kemper.freedesktop.org
Fri Apr 22 06:27:44 PDT 2011


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 94ccfeaccb3ffc09b244ea990eda43531764352d
Author: Petr Mladek <pmladek at suse.cz>
Date:   Fri Apr 22 15:20:18 2011 +0200

    do not enable BrOffice branding by default (fdo#36262)

diff --git a/configure.in b/configure.in
index 64f88ec..0ab2237 100755
--- a/configure.in
+++ b/configure.in
@@ -274,7 +274,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],


More information about the Libreoffice-commits mailing list