[Scummvm-cvs-logs] CVS: scummvm configure,1.106.2.2,1.106.2.3

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


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

Modified Files:
      Tag: branch-0-7-0
	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.106.2.2
retrieving revision 1.106.2.3
diff -u -d -r1.106.2.2 -r1.106.2.3
--- configure	6 Jan 2005 16:18:50 -0000	1.106.2.2
+++ configure	7 Jan 2005 14:14:07 -0000	1.106.2.3
@@ -469,7 +469,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