common/autoconf/build-performance.m4
changeset 41459 7a3eeb2a56bc
parent 39194 d56b54bc6437
child 42298 8c12153445ae
equal deleted inserted replaced
41458:f285e333e8db 41459:7a3eeb2a56bc
   166 [
   166 [
   167   AC_ARG_ENABLE([ccache],
   167   AC_ARG_ENABLE([ccache],
   168       [AS_HELP_STRING([--enable-ccache],
   168       [AS_HELP_STRING([--enable-ccache],
   169       [enable using ccache to speed up recompilations @<:@disabled@:>@])])
   169       [enable using ccache to speed up recompilations @<:@disabled@:>@])])
   170 
   170 
   171   CCACHE=
       
   172   CCACHE_STATUS=
   171   CCACHE_STATUS=
   173   AC_MSG_CHECKING([is ccache enabled])
   172   AC_MSG_CHECKING([is ccache enabled])
   174   if test "x$enable_ccache" = xyes; then
   173   if test "x$enable_ccache" = xyes; then
   175     if test "x$TOOLCHAIN_TYPE" = "xgcc" -o "x$TOOLCHAIN_TYPE" = "xclang"; then
   174     if test "x$TOOLCHAIN_TYPE" = "xgcc" -o "x$TOOLCHAIN_TYPE" = "xclang"; then
   176       AC_MSG_RESULT([yes])
   175       AC_MSG_RESULT([yes])