configure.ac | 2 -- 1 file changed, 2 deletions(-) New commits: commit 17e9daa328c12b68bdd16502ea46c4ed1870dd0b Author: Thorsten Behrens <tbehr...@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/"//'` _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits