[Libreoffice-commits] core.git: configure.ac

Andras Timar andras.timar at collabora.com
Wed Sep 21 10:36:43 UTC 2016


 configure.ac |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

New commits:
commit 3d45d6fdb8f8a6adfc696d7b89b502cd0530460b
Author: Andras Timar <andras.timar at collabora.com>
Date:   Tue Sep 20 19:07:29 2016 +0200

    64-bit Windows build is not experimental for a while
    
    Change-Id: I1b973c60a19e59c98c669d08e8472c18c2fc0c58
    Reviewed-on: https://gerrit.libreoffice.org/29104
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/configure.ac b/configure.ac
index 4afb8d1..7945b12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1352,9 +1352,7 @@ AC_ARG_ENABLE(ccache,
 AC_ARG_ENABLE(64-bit,
     AS_HELP_STRING([--enable-64-bit],
         [Build a 64-bit LibreOffice on platforms where the normal build is 32-bit.
-         At the moment meaningful only for iOS and Windows. On Windows this option is
-         experimental and possibly quite broken, and you should use it only if you are
-         hacking on 64-bitness support.]), ,)
+         At the moment meaningful only for iOS and Windows.]), ,)
 
 AC_ARG_ENABLE(extra-gallery,
     AS_HELP_STRING([--enable-extra-gallery],
@@ -3611,8 +3609,7 @@ if test "$_os" = "WINNT"; then
         # bits, too) needed when installing a 32-bit LibreOffice on a
         # 64-bit OS. The 64-bit Explorer extension is a feature that
         # has been present since long in OOo. Don't confuse it with
-        # building LibreOffice itself as 64-bit code, which is
-        # unfinished work and highly experimental.
+        # building LibreOffice itself as 64-bit code.
 
         BUILD_X64=
         CXX_X64_BINARY=


More information about the Libreoffice-commits mailing list