summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2012-05-29 09:16:25 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-05-29 10:35:41 +0300
commit955ef015ece01e8b4ccc8dff53e1e2b4de93ebd0 (patch)
treed1433baacca778a83fa328a08cc93dcb1b192141 /configure.in
parent8c6fb76c2cc24c336a28702b5f7f31cb5964129a (diff)
Warn about disabling XML security
Some tests will fail and bad things will happen. Change-Id: Ic4b36a030e527b0869d8f8875e6a7c3dfe0a4ff9
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5015915341dd..94f545e3e61c 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,