diff options
author | Tor Lillqvist <tml@collabora.com> | 2021-03-24 18:58:58 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2021-03-25 09:06:39 +0100 |
commit | 89af24074e9adac4d005dcc322d81db09fc19f54 (patch) | |
tree | 1ccdf9498b6f235c8afa4d2b8aca3e22425e2e73 /configure.ac | |
parent | 41041d83de337e2ad6ebcb3a6c91b70b350c8b29 (diff) |
tdf#124173: Enable thesauruses in the iOS app
Build our lnth library and the external mythes library. Install
thesauruses for the app's Xcode project to pick up and include in the
app bundle. Look for them in the place where they will end up.
To get thesauruses you need to configure with --with-myspell-dicts.
Change-Id: I2d850ca3c821c5c764cb061340a265440d04e41b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113066
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113073
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 9a96e56ab8e1..7900e9051f92 100644 --- a/configure.ac +++ b/configure.ac @@ -10911,9 +10911,7 @@ dnl =================================================================== dnl Checking for mythes dnl =================================================================== AC_MSG_CHECKING([which mythes to use]) -if test "$_os" = iOS; then - AC_MSG_RESULT([none]) -elif test "$with_system_mythes" = "yes"; then +if test "$with_system_mythes" = "yes"; then AC_MSG_RESULT([external]) SYSTEM_MYTHES=TRUE AC_LANG_PUSH([C++]) |