common/autoconf/build-performance.m4
changeset 29175 2f9d8f167bd7
parent 28812 6c36bc1ccc0e
child 29790 79641c886929
--- a/common/autoconf/build-performance.m4	Wed Mar 04 11:00:04 2015 +0100
+++ b/common/autoconf/build-performance.m4	Wed Mar 04 09:45:12 2015 -0800
@@ -215,7 +215,7 @@
   if test "x$CCACHE" != x; then
     if test "x$USE_PRECOMPILED_HEADER" = "x1"; then
       HAS_BAD_CCACHE=[`$ECHO $CCACHE_VERSION | \
-          $GREP -e '^1.*' -e '^2.*' -e '^3\.0.*' -e '^3\.1\.[0123]'`]
+          $GREP -e '^1.*' -e '^2.*' -e '^3\.0.*' -e '^3\.1\.[0123]$'`]
       if test "x$HAS_BAD_CCACHE" != "x"; then
         AC_MSG_ERROR([Precompiled headers requires ccache 3.1.4 or later, found $CCACHE_VERSION])
       fi