diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0ffc61c1db0f..950c7c8526c2 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 |