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

Thorsten Behrens tbehrens at suse.com
Mon Feb 11 03:41:00 PST 2013


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

New commits:
commit 17e9daa328c12b68bdd16502ea46c4ed1870dd0b
Author: Thorsten Behrens <tbehrens at suse.com>
Date:   Mon Feb 11 12:40:13 2013 +0100

    Remove limitation for codesigning to SDK >=10.7
    
    Change-Id: Iae2fbdc3ead54869d94d1e01c24a3384adb2a2b7

diff --git a/configure.ac b/configure.ac
index 723998f..1d91c29 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2749,8 +2749,6 @@ if test "$_os" = "Darwin"; then
             pretty_name=`security find-identity -p codesigning -v | grep $MACOSX_CODESIGNING_IDENTITY | sed -e 's/^[[^"]]*"//' -e 's/"//'`
             AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
         fi
-    elif test -n "$enable_macosx_code_signing" -a $MACOSX_SDK_VERSION -lt 1070; then
-        AC_MSG_ERROR([Don't bother trying to use code signing with a SDK older than 10.7])
     elif test -n "$enable_macosx_code_signing"; then
         MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
         pretty_name=`security find-identity -p codesigning -v | grep $MACOSX_CODESIGNING_IDENTITY | sed -e 's/^[[^"]]*"//' -e 's/"//'`


More information about the Libreoffice-commits mailing list