[Scummvm-cvs-logs] CVS: scummvm configure,1.113,1.114

Max Horn fingolfin at users.sourceforge.net
Sun Apr 3 10:02:04 CEST 2005


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15043

Modified Files:
	configure 
Log Message:
Patch #1171304 (configure patch: detect more GCC versions)

Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- configure	6 Feb 2005 17:45:16 -0000	1.113
+++ configure	3 Apr 2005 17:01:07 -0000	1.114
@@ -479,7 +479,7 @@
 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"





More information about the Scummvm-git-logs mailing list