summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-19 15:33:17 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-19 15:34:27 +0200
commit53c98f01effb31c3308f0c27e4cc0bdd37fd974f (patch)
tree30cc32f59249eb808dddbb0acf0a963fd7ff4ea1 /configure.ac
parent54ba67e5501d0ef6191fa106d199bc5e7d345c2c (diff)
configure.ac: invert help text semantics for export-validation
Change-Id: I5444c89db7bf46b1894026aa8a2d58ce4d2294df
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 81fb048b7d70..0e386be02a1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2035,10 +2035,9 @@ AC_ARG_WITH(symbol-config,
[with_symbol_config=no])
AC_ARG_WITH(export-validation,
- AS_HELP_STRING([--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]),
+ AS_HELP_STRING([--without-export-validation],
+ [Disable validating OOXML and ODF files as exported from in-tree tests.
+ Use this option e.g. if your system only provides Java 5.]),
,with_export_validation=yes)
AC_ARG_WITH(bffvalidator,