diff options
-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], |