mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Add an sha1sum-workalike for platforms which don't have it (like Mac OS X)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@263905 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -178,6 +178,8 @@ AST_CHECK_GNU_MAKE
|
||||
|
||||
AC_CHECK_TOOLS([STRIP], [strip gstrip], :)
|
||||
AC_CHECK_TOOLS([AR], [ar gar], :)
|
||||
AC_CHECK_TOOLS([SHA1SUM], [sha1sum], $ac_aux_dir/build_tools/sha1sum-sh)
|
||||
AC_CHECK_TOOLS([OPENSSL], [openssl], :)
|
||||
|
||||
GNU_LD=0
|
||||
if test "x$with_gnu_ld" = "xyes" ; then
|
||||
|
Reference in New Issue
Block a user