summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-12-21 19:28:15 +0200
committerTor Lillqvist <tml@collabora.com>2020-12-21 23:55:09 +0100
commit8beaafcaa27a66841a9d959eba125ec410d0392d (patch)
treeb84812a7219b3d6220fd12079092ab66b036fabc /configure.ac
parent21e96548719b77310da5e2bae91de52cc468960b (diff)
Retire the bit-rotting LibreOfficeLight iOS app
Change-Id: I21b8055fc97d8dfb8429e7dafa1a3982c3b7499b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108122 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index 726d2e27a0f7..e14f7b36d029 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1263,19 +1263,6 @@ AC_ARG_ENABLE(ios-simulator,
[build for iOS simulator])
)
-AC_ARG_ENABLE(ios-libreofficelight-app,
- AS_HELP_STRING([--enable-ios-libreofficelight-app],
- [When building for iOS, build stuff relevant only for the 'LibreOfficeLight' app
- (in ios/LibreOfficeLight). Note that this app is not known to work in any useful manner,
- and also that its actual build (in Xcode) requires some obvious modifications to the project.])
-)
-
-ENABLE_IOS_LIBREOFFICELIGHT_APP=
-if test "$enable_ios_libreofficelight_app" = yes; then
- ENABLE_IOS_LIBREOFFICELIGHT_APP=TRUE
-fi
-AC_SUBST(ENABLE_IOS_LIBREOFFICELIGHT_APP)
-
###############################################################################
# Extensions switches --enable/--disable
###############################################################################