summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-07-31 23:00:44 +0300
committerTor Lillqvist <tml@iki.fi>2012-08-01 08:24:13 +0300
commit71573ba4edd5413836f0e20e969fccd68bf4da96 (patch)
tree0728f7c103365a6988a7b6c2f1f7dd6e0f7dba35 /configure.in
parent088915c36ba207591a3d97e94bcf1a395bfa69ed (diff)
Building against SDKs 10.7 and 10.8 seems to succeed now
Change-Id: I22c94844eb109f9ab81a434692272d2c392c2202
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 170e2eea75d7..bd53759e0ce8 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])