diff -r 28b247535e18 -r 0e87966d7ff1 common/autoconf/build-performance.m4 --- a/common/autoconf/build-performance.m4 Sun Mar 18 15:15:36 2018 -0700 +++ b/common/autoconf/build-performance.m4 Tue Mar 20 09:19:10 2018 -0700 @@ -172,7 +172,7 @@ if test "x$TOOLS_DIR" != x; then PATH=$TOOLS_DIR:$PATH fi - BASIC_REQUIRE_PROG(CCACHE, ccache) + BASIC_REQUIRE_PROGS(CCACHE, ccache) CCACHE_STATUS="enabled" PATH="$OLD_PATH" elif test "x$enable_ccache" = xno; then