common/autoconf/build-performance.m4

changeset 2215
7a73b8b4ac8a
parent 2206
7ba4e17574e0
child 2316
64a3eeabf6e5
child 2451
2cd484c5b7f8
     1.1 --- a/common/autoconf/build-performance.m4	Thu Apr 12 02:54:38 2018 -0700
     1.2 +++ b/common/autoconf/build-performance.m4	Mon Apr 16 00:48:00 2018 -0700
     1.3 @@ -169,8 +169,8 @@
     1.4    if test "x$enable_ccache" = xyes; then
     1.5      AC_MSG_RESULT([yes])
     1.6      OLD_PATH="$PATH"
     1.7 -    if test "x$TOOLS_DIR" != x; then
     1.8 -      PATH=$TOOLS_DIR:$PATH
     1.9 +    if test "x$TOOLCHAIN_PATH" != x; then
    1.10 +      PATH=$TOOLCHAIN_PATH:$PATH
    1.11      fi
    1.12      BASIC_REQUIRE_PROGS(CCACHE, ccache)
    1.13      CCACHE_STATUS="enabled"

mercurial