From ac89d6a00c38bd4b1b42e9b1cb48736e6ea4be53 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 30 May 2010 19:17:10 +0200 Subject: [PATCH] Improve compiler version detection --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3