summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-16 11:57:31 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-16 11:57:31 +0200
commitb1ab93642d770e35a3bf4ba4b41c17dd27382eb5 (patch)
tree82fc4b0c6c81a8ffafe5120ed161e4955bb8f966 /configure.ac
parent9127dede48fdcccad2232fa7bdff781c6b033d8b (diff)
Fix up help message for --enable-64-bit
Change-Id: Ie3646a1af8663683535642e42118cd39c349a94c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 50101b734ba4..0ef3f5345b04 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],