From 010d377849c5f65e4ef7373f399cd99fa528f07e Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 30 May 2010 15:06:31 +0200 Subject: [PATCH] Also allow GCC 2.95's --version output when checking for supported compiler --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 9aff0faa3..9e9b45cda 100755 --- a/test.sh +++ b/test.sh @@ -1312,7 +1312,7 @@ if [ -z "$CCACHE" ]; then fi case `$COMPILER --version 2>&1 | head -1` in - gcc*) + gcc*|2.95*) ;; *) echo "$COMPILER not supported -- not running tests" -- 2.47.3