[Scummvm-cvs-logs] SF.net SVN: scummvm:[34074] scummvm/trunk/configure
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Wed Aug 20 23:28:59 CEST 2008
Revision: 34074
http://scummvm.svn.sourceforge.net/scummvm/?rev=34074&view=rev
Author: lordhoto
Date: 2008-08-20 21:28:59 +0000 (Wed, 20 Aug 2008)
Log Message:
-----------
Committed patch from bug #2062926 "GCC 4.x versions not detected by configure script".
Modified Paths:
--------------
scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure 2008-08-20 21:24:08 UTC (rev 34073)
+++ scummvm/trunk/configure 2008-08-20 21:28:59 UTC (rev 34074)
@@ -904,7 +904,7 @@
fi
case $cxx_version in
- 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][-.]*)
+ 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9].[0-9][-.]*|4.[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"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list