| author | Tor Lillqvist <tml@iki.fi> | 2012-07-31 20:00:44 (GMT) |
|---|---|---|
| committer | Tor Lillqvist <tml@iki.fi> | 2012-08-01 05:24:13 (GMT) |
| commit | 71573ba4edd5413836f0e20e969fccd68bf4da96 (patch) (side-by-side diff) | |
| tree | 0728f7c103365a6988a7b6c2f1f7dd6e0f7dba35 | |
| parent | 088915c36ba207591a3d97e94bcf1a395bfa69ed (diff) | |
| download | core-71573ba4edd5413836f0e20e969fccd68bf4da96.zip core-71573ba4edd5413836f0e20e969fccd68bf4da96.tar.gz | |
Building against SDKs 10.7 and 10.8 seems to succeed now
Change-Id: I22c94844eb109f9ab81a434692272d2c392c2202
| -rw-r--r-- | configure.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 170e2ee..bd53759 100644 --- a/configure.in +++ b/configure.in @@ -2509,14 +2509,10 @@ if test "$_os" = "Darwin"; then 10.7) MACOSX_SDK_PATH="`xcode-select -print-path`/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk" MACOSX_SDK_VERSION="1070" - AC_MSG_WARN([Building with SDK 10.7 is known to fail in vcl]) - echo "Building with SDK 10.7 is known to fail in vcl" >> warn ;; 10.8) MACOSX_SDK_PATH="`xcode-select -print-path`/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk" MACOSX_SDK_VERSION="1080" - AC_MSG_WARN([Building with SDK 10.8 is known to fail in vcl]) - echo "Building with SDK 10.8 is known to fail in vcl" >> warn ;; *) AC_MSG_ERROR([$with_macosx_sdk is not a supported SDK value, supported value are 10.4--8]) |
