diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-23 17:17:23 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-23 17:19:20 +0300 |
commit | b91d987360b2baa654dfc5c975ff8b44458df679 (patch) | |
tree | 59ea558b3336f5c88a8fc3eaf847a56171b925d2 /configure.in | |
parent | 10bdf6aa45f26f09e83f4c0035d27a4ddcd9151a (diff) |
Mention that --enable-cl-x64 is incomplete in help message
Change-Id: Ia88d892dea3d597215876a860a0f748f2ed6839b
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 510d82aa9a51..2c5c68c51768 100644 --- a/configure.in +++ b/configure.in @@ -918,8 +918,9 @@ AC_ARG_ENABLE(ccache, AC_ARG_ENABLE(cl-x64, AS_HELP_STRING([--enable-cl-x64], - [Build a 64-bit LibreOffice using the Microsoft C/C++ x64 compiler.]), -,) + [Build a 64-bit LibreOffice using the Microsoft C/C++ x64 + compiler. Incomplete and doesn't work, use only if you are + hacking on it.]), ,) AC_ARG_ENABLE(extra-gallery, AS_HELP_STRING([--enable-extra-gallery], |