summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-11 15:23:43 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-11 15:23:43 +0200
commitd52dbb974deca85f1e388c306a1302c49f2b57ee (patch)
treeb2bf652456e22fdaf30f1b8444cf620916b0689a /configure.ac
parentResolves: rhbz#527719 #i105784# improve selection of fallback font (diff)
downloadcore-d52dbb974deca85f1e388c306a1302c49f2b57ee.tar.gz
core-d52dbb974deca85f1e388c306a1302c49f2b57ee.zip
Remove SDK >= 10.7 requirement for codesigning here, too
Change-Id: I76498e121cf94142fbeedae1703fb49c0a9817ca
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1d91c29b6fdb..feb608948441 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2734,7 +2734,7 @@ if test "$_os" = "Darwin"; then
AC_MSG_CHECKING([whether to do code signing])
- if test \( -z "$enable_macosx_code_signing" -o "$enable_macosx_code_signing" = yes \) -a $MACOSX_SDK_VERSION -ge 1070; then
+ if test -z "$enable_macosx_code_signing" -o "$enable_macosx_code_signing" = yes; then
# By default use the first suitable certificate (?).
# http://stackoverflow.com/questions/13196291/difference-between-mac-developer-and-3rd-party-mac-developer-application