configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0868f670374cdcf6c2610d91ff8702f59b2e0bd3
Author: Vasily Melenchuk <vasily.melenc...@cib.de>
Date:   Wed Aug 10 13:50:19 2016 +0300

    enable export-validation in tests by default
    
    since ODF and OOXML validators are now being downloaded, so new default
    behavior is to use validation for export tests. To disable validation in
    tests -without-export-validation configure switch should be used.
    
    Change-Id: I5cfebae0375e6676ef8cba4cfdaac4b164eed97d
    Reviewed-on: https://gerrit.libreoffice.org/28014
    Reviewed-by: Thorsten Behrens <thorsten.behr...@cib.de>
    Tested-by: Thorsten Behrens <thorsten.behr...@cib.de>

diff --git a/configure.ac b/configure.ac
index 6e14836..38d83c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2039,7 +2039,7 @@ AC_ARG_WITH(export-validation,
         [If you want the exported files to be validated. Right now limited to 
OOXML and ODF files.
          Note: You need executable scripts officeotron and odfvalidator that 
take the path to the file.
          See 
https://cgit.freedesktop.org/libreoffice/contrib/dev-tools/tree/export-validation]),
-,)
+,with_export_validation=yes)
 
 AC_ARG_WITH(bffvalidator,
     AS_HELP_STRING([--with-bffvalidator=<absolute path to BFFValidator>],
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to