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

Tor Lillqvist tml at collabora.com
Sat Nov 16 01:58:25 PST 2013


 configure.ac |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b1ab93642d770e35a3bf4ba4b41c17dd27382eb5
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sat Nov 16 11:57:31 2013 +0200

    Fix up help message for --enable-64-bit
    
    Change-Id: Ie3646a1af8663683535642e42118cd39c349a94c

diff --git a/configure.ac b/configure.ac
index 50101b7..0ef3f53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1155,9 +1155,9 @@ 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 and only supported build
-         is 32-bit. In other words, this option is experimental and possibly quite broken,
-         use only if you are hacking on 64-bit support.]), ,)
+        [Build a 64-bit LibreOffice on platforms where the normal build is 32-bit. Works fine for OS
+         X. In other cases this option is experimental and possibly quite broken, use only if you are
+         hacking on 64-bit support.]), ,)
 
 AC_ARG_ENABLE(extra-gallery,
     AS_HELP_STRING([--enable-extra-gallery],


More information about the Libreoffice-commits mailing list