[Libreoffice-commits] core.git: configure.ac

Tor Lillqvist tml at collabora.com
Wed May 21 13:38:04 PDT 2014


 configure.ac |   14 --------------
 1 file changed, 14 deletions(-)

New commits:
commit 8be75a2dc5a39a92354ec4f2d6fba55420cf7120
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed May 21 23:32:39 2014 +0300

    Bin "Do not use for the TDF build" warning
    
    Change-Id: I465e23dbe1d84a411c65500875a8821a116ecd2b

diff --git a/configure.ac b/configure.ac
index e90b20a..d407a5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2861,20 +2861,6 @@ if test $_os = Darwin; then
                 ;;
             esac
             ;;
-        10.6)
-            case "$with_macosx_sdk" in
-            10.6)
-                ;;
-            *)
-                AC_MSG_WARN([Building with a SDK > 10.6 possibly breaks 10.6 compatibility. Do not use for the TDF build])
-                add_warning "Building with a SDK > 10.6 possibly breaks 10.6 compatibility. Do not use for the TDF build"
-                ;;
-            esac
-            ;;
-        *)
-            AC_MSG_WARN([Building with a minimum version requirement > 10.6 breaks 10.6 compatibility. Do not use for the TDF build])
-            add_warning "Building with a minimum version requirement > 10.6 breaks 10.6 compatibility. Do not use for the TDF build"
-            ;;
         esac
     fi
 


More information about the Libreoffice-commits mailing list