summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThorsten Behrens <thorsten.behrens@allotropia.de>2022-08-13 08:52:43 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2022-11-28 16:46:58 +0100
commitb40f46548fee555b89626e6b17177a1d600b82c1 (patch)
tree03572c19b0c1d24b94f0a4bbd8e13217585b8c5e /configure.ac
parent625909a3eb9f48d2202773ac3df4cd14a3ef6a40 (diff)
Disable languagetool for WASM build
Change-Id: Icd0face05c33bbb1b56230a59015402d5f565422 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143385 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 40094c4801c7..0d0ccebda32a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3080,6 +3080,7 @@ if test "$enable_wasm_strip" = "yes"; then
AC_DEFINE(ENABLE_WASM_STRIP_EXTRA)
AC_DEFINE(ENABLE_WASM_STRIP_GUESSLANG)
# AC_DEFINE(ENABLE_WASM_STRIP_HUNSPELL)
+ AC_DEFINE(ENABLE_WASM_STRIP_LANGUAGETOOL)
AC_DEFINE(ENABLE_WASM_STRIP_PINGUSER)
AC_DEFINE(ENABLE_WASM_STRIP_PREMULTIPLY)
AC_DEFINE(ENABLE_WASM_STRIP_RECENT)