summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-02-11 13:37:15 -0600
committerThorsten Behrens <tbehrens@suse.com>2013-02-26 23:55:35 +0100
commit91f86bd3ae0afa90f7ce5302b6cdb54c5338b128 (patch)
tree29e0fa23fc844ff9ca7f85fe8c357251db94db20 /configure.ac
parent311497d245e67d90aa2630e0c168a03adcddfd41 (diff)
do not codesign by default on Mac. only codsigne if explicitely asked
Change-Id: I0173599672755de30b0517291f3b64654988f7b8 (cherry picked from commit a2a8a159df82bc5e75c0c56af6ffef0f024c7b1d) Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
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 e293023ea537..f07e35d504af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2828,7 +2828,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; then
+ if test "$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