common/autoconf/build-performance.m4

changeset 2204
0e87966d7ff1
parent 2203
28b247535e18
child 2206
7ba4e17574e0
     1.1 --- a/common/autoconf/build-performance.m4	Sun Mar 18 15:15:36 2018 -0700
     1.2 +++ b/common/autoconf/build-performance.m4	Tue Mar 20 09:19:10 2018 -0700
     1.3 @@ -172,7 +172,7 @@
     1.4      if test "x$TOOLS_DIR" != x; then
     1.5        PATH=$TOOLS_DIR:$PATH
     1.6      fi
     1.7 -    BASIC_REQUIRE_PROG(CCACHE, ccache)
     1.8 +    BASIC_REQUIRE_PROGS(CCACHE, ccache)
     1.9      CCACHE_STATUS="enabled"
    1.10      PATH="$OLD_PATH"
    1.11    elif test "x$enable_ccache" = xno; then

mercurial