aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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