diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-04-07 13:27:23 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-04-07 13:27:47 +0100 |
commit | 396fd9fc614f7eb83ddcd13bb50fadf81f27b1f1 (patch) | |
tree | 5d73ad7fdc219a9972c821fd23e6bd58724e0dc6 /distro-configs | |
parent | b9bc97d45520440244fc06db73a4ef00868e34b2 (diff) |
check more carefully for configure generation, and fix quoting of vendors
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeLinux.conf | 2 | ||||
-rw-r--r-- | distro-configs/LibreOfficeMacOSX.conf | 2 | ||||
-rw-r--r-- | distro-configs/LibreOfficeWin32.conf | 2 | ||||
-rw-r--r-- | distro-configs/LibreOfficeWin64.conf | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/distro-configs/LibreOfficeLinux.conf b/distro-configs/LibreOfficeLinux.conf index cbd1dc74f009..42a061b0cecc 100644 --- a/distro-configs/LibreOfficeLinux.conf +++ b/distro-configs/LibreOfficeLinux.conf @@ -1,4 +1,4 @@ ---with-vendor=\"The Document Foundation\" +--with-vendor="The Document Foundation" --with-system-dicts --without-unix-wrapper --without-system-zlib diff --git a/distro-configs/LibreOfficeMacOSX.conf b/distro-configs/LibreOfficeMacOSX.conf index 70e052a2eae3..ee630b4a8847 100644 --- a/distro-configs/LibreOfficeMacOSX.conf +++ b/distro-configs/LibreOfficeMacOSX.conf @@ -1,4 +1,4 @@ ---with-vendor=\"The Document Foundation\" +--with-vendor="The Document Foundation" --enable-opengl --enable-hids --enable-binfilter diff --git a/distro-configs/LibreOfficeWin32.conf b/distro-configs/LibreOfficeWin32.conf index 0ef5188006c6..bffb484603cd 100644 --- a/distro-configs/LibreOfficeWin32.conf +++ b/distro-configs/LibreOfficeWin32.conf @@ -1,4 +1,4 @@ ---with-vendor=\"The Document Foundation\" +--with-vendor="The Document Foundation" --without-system-mesa-headers --without-junit --without-helppack-integration diff --git a/distro-configs/LibreOfficeWin64.conf b/distro-configs/LibreOfficeWin64.conf index a186797027db..8e7d99ec5d67 100644 --- a/distro-configs/LibreOfficeWin64.conf +++ b/distro-configs/LibreOfficeWin64.conf @@ -1,4 +1,4 @@ ---with-vendor=\"The Document Foundation\" +--with-vendor="The Document Foundation" --without-agfa-monotype-fonts --with-java-target-version=1.5 --enable-hids |