diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-04-24 20:13:55 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2022-04-26 10:08:54 +0200 |
commit | f0ba8e43da0cbf4d47f18ec2adce2173176d1bef (patch) | |
tree | 5e4edd130ea5824da724adcec6e14877b0a9d37a /configure.ac | |
parent | 437b3b9d4ffc1cfba3bcc9dff1a72fe2656e3b30 (diff) |
Drop unused LanguageTool extension
Do not bundle LanguageTool which is at a 10 year old version (1.7)
while upstream has a lot of new releases (now at version 5.5.x)
It is not bundled by any downstream distributions
so it makes no much sense to keep it integrated here.
Change-Id: Icd2ef151b1b8d0252ffa3db0caaba576f2783fa9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133356
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3d26c34ebe04..1d432bc77a7b 100644 --- a/configure.ac +++ b/configure.ac @@ -13242,7 +13242,6 @@ AC_SUBST([WITH_EXTRA_EXTENSIONS]) libo_CHECK_EXTENSION([Numbertext],[NUMBERTEXT],[numbertext],[numbertext],[b7cae45ad2c23551fd6ccb8ae2c1f59e-numbertext_0.9.5.oxt]) if test "x$with_java" != "xno"; then libo_CHECK_EXTENSION([NLPSolver],[NLPSOLVER],[nlpsolver],[nlpsolver],[]) - libo_CHECK_EXTENSION([LanguageTool],[LANGUAGETOOL],[languagetool],[languagetool],[]) fi AC_MSG_CHECKING([whether to build opens___.ttf]) |