[Libreoffice-commits] .: Branch 'libreoffice-3-3' - distro-configs/LibreOfficeLinux.conf.in distro-configs/LibreOfficeMacOSX.conf.in distro-configs/LibreOfficeWin32.conf.in

Petr Mladek pmladek at kemper.freedesktop.org
Fri Feb 4 09:05:53 PST 2011


 distro-configs/LibreOfficeLinux.conf.in  |    2 +-
 distro-configs/LibreOfficeMacOSX.conf.in |    2 +-
 distro-configs/LibreOfficeWin32.conf.in  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 01a229a261870ea392a8c02a57d6de22501375dd
Author: Petr Mladek <pmladek at suse.cz>
Date:   Fri Feb 4 17:59:15 2011 +0100

    escape quotation marks in the newly added confifure options
    
    the new value is --with-theme=\"default hicontrast tango\"
    otherwise, the parameters were not passed correctly

diff --git a/distro-configs/LibreOfficeLinux.conf.in b/distro-configs/LibreOfficeLinux.conf.in
index 1fe044d..f55c19b 100644
--- a/distro-configs/LibreOfficeLinux.conf.in
+++ b/distro-configs/LibreOfficeLinux.conf.in
@@ -56,4 +56,4 @@
 --disable-kde4
 --disable-dbus
 --disable-crypt-link
---with-theme="default hicontrast tango"
+--with-theme=\"default hicontrast tango\"
diff --git a/distro-configs/LibreOfficeMacOSX.conf.in b/distro-configs/LibreOfficeMacOSX.conf.in
index 4fe98c8..2d48eed 100644
--- a/distro-configs/LibreOfficeMacOSX.conf.in
+++ b/distro-configs/LibreOfficeMacOSX.conf.in
@@ -10,4 +10,4 @@
 --enable-report-builder
 --with-extension-integration
 --enable-broffice
---with-theme="default hicontrast tango"
+--with-theme=\"default hicontrast tango\"
diff --git a/distro-configs/LibreOfficeWin32.conf.in b/distro-configs/LibreOfficeWin32.conf.in
index d9a5ac8..5a675d9 100644
--- a/distro-configs/LibreOfficeWin32.conf.in
+++ b/distro-configs/LibreOfficeWin32.conf.in
@@ -18,4 +18,4 @@
 --disable-xrender-link
 --disable-build-mozilla
 --disable-activex-component
---with-theme="default hicontrast tango"
+--with-theme=\"default hicontrast tango\"


More information about the Libreoffice-commits mailing list