Patch #1171304 (configure patch: detect more GCC versions)

svn-id: r17348
This commit is contained in:
Max Horn 2005-04-03 17:01:07 +00:00
parent 8ea88c95d6
commit 2296e4e02e

2
configure vendored
View File

@ -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"