diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-16 11:57:31 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-16 11:57:31 +0200 |
commit | b1ab93642d770e35a3bf4ba4b41c17dd27382eb5 (patch) | |
tree | 82fc4b0c6c81a8ffafe5120ed161e4955bb8f966 | |
parent | 9127dede48fdcccad2232fa7bdff781c6b033d8b (diff) |
Fix up help message for --enable-64-bit
Change-Id: Ie3646a1af8663683535642e42118cd39c349a94c
-rw-r--r-- | configure.ac | 6 |
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], |