[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - configure.ac

Norbert Thiebaud nthiebaud at gmail.com
Tue Feb 26 14:56:13 PST 2013


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 91f86bd3ae0afa90f7ce5302b6cdb54c5338b128
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Mon Feb 11 13:37:15 2013 -0600

    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 at suse.com>

diff --git a/configure.ac b/configure.ac
index e293023..f07e35d 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


More information about the Libreoffice-commits mailing list