blob: f69eb0f2295992c8e098b11a209189b00d2a0c47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- scummvm-0.6.1b/configure_orig 2006-07-01 16:42:17.000000000 +0000
+++ scummvm-0.6.1b/configure 2006-07-01 16:48:04.000000000 +0000
@@ -362,7 +362,7 @@
fi
case $cxx_version in
- 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9])
+ 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|4.[0-9].[0-9])
_cxx_major=`echo $cxx_version | cut -d '.' -f 1`
_cxx_minor=`echo $cxx_version | cut -d '.' -f 2`
cxx_version="$cxx_version, ok"
|