[Libreoffice-commits] .: configure.in

Jesús Corrius jcorrius at kemper.freedesktop.org
Tue Oct 26 02:58:08 PDT 2010


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

New commits:
commit c1b2ad1c79fb37b3259cc10bb96efe433868481a
Author: Jesús Corrius <jesus at softcatala.org>
Date:   Tue Oct 26 11:56:54 2010 +0200

    Default to LibreOfficeWin32 distro on the Windows platform

diff --git a/configure.in b/configure.in
old mode 100644
new mode 100755
index 37acaf9..572f476
--- a/configure.in
+++ b/configure.in
@@ -545,7 +545,7 @@ if test "z$with_win32" = "z"; then
     BUILD_WIN32=
 else
     if test "z$with_distro" = "z"; then
-        with_distro="LibreOfficeWin32Devel"
+        with_distro="LibreOfficeWin32"
     fi
     BUILD_WIN32=yes
 fi


More information about the Libreoffice-commits mailing list