configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a2a8a159df82bc5e75c0c56af6ffef0f024c7b1d Author: Norbert Thiebaud <nthieb...@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 diff --git a/configure.ac b/configure.ac index feb6089..55e4d73 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits