summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-10-07 17:48:45 +0300
committerTor Lillqvist <tml@collabora.com>2015-10-07 21:34:06 +0300
commit07d0d308e008f733a40ca6166ab96311d7ac6c09 (patch)
tree06a378426f6a7b0db659ec9c22b479d02497d01c /configure.ac
parente8bcffc787939294b74492527b60fe309490d5e4 (diff)
Look for iOS SDK 9.1, too
Change-Id: Idd8fff8b6fabd24e5f88b47360f582fee3bd17c2
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 8554d05a8567..d85ca53d27be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3031,7 +3031,7 @@ if test $_os = iOS; then
xcode_developer=`xcode-select -print-path`
current_sdk_ver=8.3
- for sdkver in 9.0 8.4 8.3 8.2 8.1 8.0; do
+ for sdkver in 9.1 9.0 8.4 8.3 8.2 8.1 8.0; do
t=$xcode_developer/Platforms/$platform.platform/Developer/SDKs/$platform$sdkver.sdk
if test -d $t; then
ios_sdk=$sdkver