[Libreoffice-commits] core.git: configure.ac
Stephan Bergmann
sbergman at redhat.com
Thu Feb 5 08:57:16 PST 2015
configure.ac | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit c7caa3b9a1977dc2f069939d1084791010d59334
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Feb 5 17:56:38 2015 +0100
Better error reporting
Change-Id: Ica81e236e205cbb994220015a51ffb1f98785bd6
diff --git a/configure.ac b/configure.ac
index 0ffc61c..950c7c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2857,6 +2857,8 @@ if test $_os = Darwin; then
MACOSX_CODESIGNING_IDENTITY=$identity
pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
+ else
+ AC_MSG_ERROR([cannot determine identity to use])
fi
elif test -n "$enable_macosx_code_signing" -a "$enable_macosx_code_signing" != no ; then
MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
More information about the Libreoffice-commits
mailing list