[Libreoffice-commits] core.git: configure.ac
Tor Lillqvist
tml at iki.fi
Mon Feb 11 05:24:25 PST 2013
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d52dbb974deca85f1e388c306a1302c49f2b57ee
Author: Tor Lillqvist <tml at iki.fi>
Date: Mon Feb 11 15:23:43 2013 +0200
Remove SDK >= 10.7 requirement for codesigning here, too
Change-Id: I76498e121cf94142fbeedae1703fb49c0a9817ca
diff --git a/configure.ac b/configure.ac
index 1d91c29..feb6089 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
More information about the Libreoffice-commits
mailing list