aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2005-01-07 14:14:04 +0000
committerMax Horn2005-01-07 14:14:04 +0000
commit50d64c1329b4b418d8be1d05a846407861dc4e12 (patch)
tree68e19bb5b59ab24d70897d4472e1a0b9e8e96b32
parent060cf62839bbc391ba1edae0d2ddf966fb07af0e (diff)
downloadscummvm-rg350-50d64c1329b4b418d8be1d05a846407861dc4e12.tar.gz
scummvm-rg350-50d64c1329b4b418d8be1d05a846407861dc4e12.tar.bz2
scummvm-rg350-50d64c1329b4b418d8be1d05a846407861dc4e12.zip
Add GCC 4.x to the list of accepted GCC versions
svn-id: r16474
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c411e4cb0b..618c4ad432 100755
--- a/configure
+++ b/configure
@@ -479,7 +479,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])
+ 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"