aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2005-04-03 17:01:07 +0000
committerMax Horn2005-04-03 17:01:07 +0000
commit2296e4e02ed7dcf915c59742ac6fe1f4a535b530 (patch)
treecfdc965cb4d2572391b72c88f26f2f52ba0858fc
parent8ea88c95d663fac08a1492c2d3c7138e7392dbbc (diff)
downloadscummvm-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d76a1baaa7..7815c51598 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]|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"