summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2022-09-13 09:15:44 +0300
committerTor Lillqvist <tml@collabora.com>2022-09-13 21:43:55 +0200
commiteb07bbb7acf45f106d4c3b6a34faeb3a10ad0233 (patch)
tree8c52c2281714bbbb0b8db672c100e09dbcc294bd /configure.ac
parent8e6df40db6e52b4ea657e5d81a32a7fdb006b00a (diff)
Don't bother looking for so many old versions of the iOS SDK
Change-Id: I94bafd68040ddce9f856955236a623ba090af22b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139825 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 41d2c30a9816..bb20611c862f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3657,7 +3657,7 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
current_sdk_ver=16.0
- older_sdk_vers="15.6 15.5 15.4 15.2 15.0 14.5"
+ older_sdk_vers="15.6"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=13.6