aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJohannes Schickel2008-08-20 21:28:59 +0000
committerJohannes Schickel2008-08-20 21:28:59 +0000
commit3717d6b9436d47e3717c04346b9e08422e86df44 (patch)
tree8958b6c1983cf9cd519290f1011743a258d74545 /configure
parent61cd4b21b35938638a991d167245d6d3f359307f (diff)
downloadscummvm-rg350-3717d6b9436d47e3717c04346b9e08422e86df44.tar.gz
scummvm-rg350-3717d6b9436d47e3717c04346b9e08422e86df44.tar.bz2
scummvm-rg350-3717d6b9436d47e3717c04346b9e08422e86df44.zip
Committed patch from bug #2062926 "GCC 4.x versions not detected by configure script".
svn-id: r34074
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 037c0bf786..155921c66b 100755
--- a/configure
+++ b/configure
@@ -904,7 +904,7 @@ if test "$?" -gt 0; then
fi
case $cxx_version in
- 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9].[0-9][-.]*|4.[0-9].[0-9]|4.[0-9].[0-9][-.]*)
+ 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9].[0-9][-.]*|4.[0-9]|4.[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"