[Libreoffice-commits] core.git: configure.ac

Vasily Melenchuk vasily.melenchuk at cib.de
Thu Aug 18 14:24:45 UTC 2016


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

New commits:
commit 0868f670374cdcf6c2610d91ff8702f59b2e0bd3
Author: Vasily Melenchuk <vasily.melenchuk at 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.Behrens at CIB.de>
    Tested-by: Thorsten Behrens <Thorsten.Behrens at 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>],


More information about the Libreoffice-commits mailing list