Check for codesign

This commit is contained in:
Jonathan Schleifer 2017-10-24 23:48:38 +02:00
parent d35a7f1bb8
commit 78aa912fc1
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3
2 changed files with 4 additions and 1 deletions

View file

@ -241,6 +241,8 @@ AC_DEFUN([BUILDSYS_FRAMEWORK], [
AC_REQUIRE([AC_CANONICAL_HOST])
AC_REQUIRE([BUILDSYS_SHARED_LIB])
AC_CHECK_TOOL(CODESIGN, codesign)
case "$host_os" in
darwin*)
AC_MSG_CHECKING(whether host is iOS)