From: Joel Rosdahl Date: Sun, 30 May 2010 17:17:10 +0000 (+0200) Subject: Improve compiler version detection X-Git-Tag: v3.0~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac89d6a00c38bd4b1b42e9b1cb48736e6ea4be53;p=thirdparty%2Fccache.git Improve compiler version detection --- diff --git a/test.sh b/test.sh index 0220e72a7..aea4c3c1d 100755 --- a/test.sh +++ b/test.sh @@ -1313,7 +1313,7 @@ fi compiler_version="`$COMPILER --version 2>&1 | head -1`" case $compiler_version in - gcc*|2.95*) + *gcc*|2.95*) ;; *) echo "Compiler $COMPILER not supported (version: $compiler_version) -- not running tests" >&2