[Scummvm-cvs-logs] CVS: scummvm configure,1.110,1.111

Max Horn fingolfin at users.sourceforge.net
Fri Jan 7 06:15:01 CET 2005


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

Modified Files:
	configure 
Log Message:
Add GCC 4.x to the list of accepted GCC versions

Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- configure	6 Jan 2005 15:50:41 -0000	1.110
+++ configure	7 Jan 2005 14:14:04 -0000	1.111
@@ -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])
+	2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[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