aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-27 17:54:54 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-27 17:54:54 +0000
commit64d9c842655f5fdacfca1411006b8eb8bb82e006 (patch)
tree5589c8367470c3b61ca227639824410392de5ead /configure.ac
parentf1b836e8e337c0ee0a32f5e084a17b604707e8ad (diff)
Add SHA1SUM to configure, since we require it for sounds/
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@279883 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7e3901a6d..160f3baa1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -178,6 +178,7 @@ 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)
GNU_LD=0
if test "x$with_gnu_ld" = "xyes" ; then