Kaydet (Commit) d52dbb97 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Remove SDK >= 10.7 requirement for codesigning here, too

Change-Id: I76498e121cf94142fbeedae1703fb49c0a9817ca
üst 949bc0cb
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment