[Libreoffice-commits] .: configure.in patches/dev300
Tor Lillqvist
tml at kemper.freedesktop.org
Tue Oct 12 00:09:17 PDT 2010
configure.in | 3 +--
patches/dev300/apply | 1 +
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4c69db206ad43e09bb098d1cbc6db9367e6d31db
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Tue Oct 12 10:07:49 2010 +0300
On Windows, with no --with-distro, default to LibreOfficeWin32Devel
diff --git a/configure.in b/configure.in
index eedfb7a..983ab08 100644
--- a/configure.in
+++ b/configure.in
@@ -543,9 +543,8 @@ if test "z$with_win32" = "z"; then
BUILD_WIN32=
else
if test "z$with_distro" = "z"; then
- with_distro="Win32"
+ with_distro="LibreOfficeWin32Devel"
fi
-
BUILD_WIN32=yes
fi
diff --git a/patches/dev300/apply b/patches/dev300/apply
index 08106ba..540c83e 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -148,6 +148,7 @@ OOo4Kids: OOo4KidsPatches
Raw: RawCommon RawPatches
# LibreOffice
LibreOfficeWin32: LibreOfficeCommon LibreOfficePatches LibreOfficeWin32Patches
+LibreOfficeWin32Devel: LibreOfficeCommon LibreOfficePatches LibreOfficeWin32Patches
LibreOfficeLinux: LibreOfficeCommon LibreOfficePatches LibreOfficeLinuxPatches
LibreOfficeLinuxDevel: LibreOfficeCommon LibreOfficePatches LibreOfficeLinuxPatches
LibreOfficeMacOSX: LibreOfficeCommon LibreOfficePatches LibreOfficeMacOSXPatches
More information about the Libreoffice-commits
mailing list