summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2013-02-11 12:40:13 +0100
committerThorsten Behrens <tbehrens@suse.com>2013-02-11 12:40:36 +0100
commit17e9daa328c12b68bdd16502ea46c4ed1870dd0b (patch)
treef8769f58c5221ca07d5c52e462cc53eba07a8d89 /configure.ac
parentfdo#39370 - Fixed RTL/LTR and alignment buttons location on RTL interface (diff)
downloadcore-17e9daa328c12b68bdd16502ea46c4ed1870dd0b.tar.gz
core-17e9daa328c12b68bdd16502ea46c4ed1870dd0b.zip
Remove limitation for codesigning to SDK >=10.7
Change-Id: Iae2fbdc3ead54869d94d1e01c24a3384adb2a2b7
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 723998ff5129..1d91c29b6fdb 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/"//'`