summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-05-23 17:17:23 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-05-23 17:19:20 +0300
commitb91d987360b2baa654dfc5c975ff8b44458df679 (patch)
tree59ea558b3336f5c88a8fc3eaf847a56171b925d2 /configure.in
parent10bdf6aa45f26f09e83f4c0035d27a4ddcd9151a (diff)
Mention that --enable-cl-x64 is incomplete in help message
Change-Id: Ia88d892dea3d597215876a860a0f748f2ed6839b
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
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],