diff options
author | Max Horn | 2005-04-03 17:01:07 +0000 |
---|---|---|
committer | Max Horn | 2005-04-03 17:01:07 +0000 |
commit | 2296e4e02ed7dcf915c59742ac6fe1f4a535b530 (patch) | |
tree | cfdc965cb4d2572391b72c88f26f2f52ba0858fc | |
parent | 8ea88c95d663fac08a1492c2d3c7138e7392dbbc (diff) | |
download | scummvm-rg350-2296e4e02ed7dcf915c59742ac6fe1f4a535b530.tar.gz scummvm-rg350-2296e4e02ed7dcf915c59742ac6fe1f4a535b530.tar.bz2 scummvm-rg350-2296e4e02ed7dcf915c59742ac6fe1f4a535b530.zip |
Patch #1171304 (configure patch: detect more GCC versions)
svn-id: r17348
-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]|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].[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" |