[Libreoffice-commits] .: configure.in

Tor Lillqvist tml at kemper.freedesktop.org
Tue Jul 31 22:25:11 PDT 2012


 configure.in |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 71573ba4edd5413836f0e20e969fccd68bf4da96
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Jul 31 23:00:44 2012 +0300

    Building against SDKs 10.7 and 10.8 seems to succeed now
    
    Change-Id: I22c94844eb109f9ab81a434692272d2c392c2202

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])


More information about the Libreoffice-commits mailing list