common/autoconf/build-performance.m4
changeset 22476 5adfe6618462
parent 22474 83fec92ec43d
child 22721 63761da45392
--- a/common/autoconf/build-performance.m4	Wed Jan 29 11:21:54 2014 +0100
+++ b/common/autoconf/build-performance.m4	Wed Jan 29 12:18:17 2014 +0100
@@ -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