summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-02-11 13:37:15 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-02-11 13:37:15 -0600
commita2a8a159df82bc5e75c0c56af6ffef0f024c7b1d (patch)
tree780eed56d64c40c4fe8261c8d7bbcf86b795a8b9 /configure.ac
parentMake setup_native build again for --enable-epm Linux/RPM (diff)
downloadcore-a2a8a159df82bc5e75c0c56af6ffef0f024c7b1d.tar.gz
core-a2a8a159df82bc5e75c0c56af6ffef0f024c7b1d.zip
do not codesign by default on Mac. only codsigne if explicitely asked
Change-Id: I0173599672755de30b0517291f3b64654988f7b8
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 feb608948441..55e4d739a6b3 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; 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