common/autoconf/help.m4

Print this page

        

*** 128,144 **** AC_DEFUN_ONCE([HELP_PRINT_SUMMARY_AND_WARNINGS], [ # Finally output some useful information to the user ! if test "x$CCACHE_FOUND" != x; then ! if test "x$HAS_GOOD_CCACHE" = x; then ! CCACHE_STATUS="installed, but disabled (version older than 3.1.4)" ! CCACHE_HELP_MSG="You have ccache installed, but it is a version prior to 3.1.4. Try upgrading." ! else CCACHE_STATUS="installed and in use" - fi else if test "x$GCC" = xyes; then CCACHE_STATUS="not installed (consider installing)" CCACHE_HELP_MSG="You do not have ccache installed. Try installing it." else --- 128,139 ---- AC_DEFUN_ONCE([HELP_PRINT_SUMMARY_AND_WARNINGS], [ # Finally output some useful information to the user ! if test "x$CCACHE" != x; then CCACHE_STATUS="installed and in use" else if test "x$GCC" = xyes; then CCACHE_STATUS="not installed (consider installing)" CCACHE_HELP_MSG="You do not have ccache installed. Try installing it." else