add shasum dependency

Summary: public this is needed to know whether to recompile clang or not.

Reviewed By: martinoluca

Differential Revision: D2749172

fb-gh-sync-id: f5d9eb4
master
Jules Villard 9 years ago committed by facebook-github-bot-1
parent 51f0f89f9d
commit 01aab39692

@ -64,6 +64,9 @@ AS_IF([test "x$enable_c_analyzers" = "xyes"], [
AC_MSG_ERROR([invalid value for --without-fcp-clang; use "yes" or "no"])
;;
esac
AC_CHECK_TOOL([SHASUM], [shasum], [no])
AC_ASSERT_PROG([shasum], [$SHASUM])
])
# end if($enable_c_analyzers)

Loading…
Cancel
Save