configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
New commits: commit b91d987360b2baa654dfc5c975ff8b44458df679 Author: Tor Lillqvist <[email protected]> Date: Wed May 23 17:17:23 2012 +0300 Mention that --enable-cl-x64 is incomplete in help message Change-Id: Ia88d892dea3d597215876a860a0f748f2ed6839b diff --git a/configure.in b/configure.in index 510d82a..2c5c68c 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], _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
