configure.in |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 955ef015ece01e8b4ccc8dff53e1e2b4de93ebd0
Author: Riccardo Magliocchetti <riccardo.magliocche...@gmail.com>
Date:   Tue May 29 09:16:25 2012 +0200

    Warn about disabling XML security
    
    Some tests will fail and bad things will happen.
    
    Change-Id: Ic4b36a030e527b0869d8f8875e6a7c3dfe0a4ff9

diff --git a/configure.in b/configure.in
index 5015915..94f545e 100644
--- a/configure.in
+++ b/configure.in
@@ -778,7 +778,8 @@ AC_ARG_ENABLE(build-mozilla,
 
 AC_ARG_ENABLE(xmlsec,
     AS_HELP_STRING([--disable-xmlsec],
-        [Whether to enable XMLsec for open document signing.]),
+        [Whether to enable XMLsec for open document signing. Be warned,
+         building without XML Security will likely give you test failures.]),
 )
 
 AC_ARG_ENABLE(tde,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to