diff options
author | Max Horn | 2005-01-07 14:14:04 +0000 |
---|---|---|
committer | Max Horn | 2005-01-07 14:14:04 +0000 |
commit | 50d64c1329b4b418d8be1d05a846407861dc4e12 (patch) | |
tree | 68e19bb5b59ab24d70897d4472e1a0b9e8e96b32 | |
parent | 060cf62839bbc391ba1edae0d2ddf966fb07af0e (diff) | |
download | scummvm-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |