[Scummvm-cvs-logs] CVS: scummvm configure,1.140,1.141

Jonathan Gray khalek at users.sourceforge.net
Fri Jan 27 23:33:02 CET 2006


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

Modified Files:
	configure 
Log Message:
Compilation has been busted on GCC 2.xx for some time.  Don't
pretend to support it in configure.


Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- configure	24 Jan 2006 22:21:23 -0000	1.140
+++ configure	28 Jan 2006 07:31:53 -0000	1.141
@@ -557,19 +557,20 @@
 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].[0-9]|4.[0-9].[0-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"
 		cxx_verc_fail=no
 		;;
 	# whacky beos version strings
-	2.9-beos-991026*|2.9-beos-000224*)	
-		_cxx_major=2
-		_cxx_minor=95
-		cxx_version="$cxx_version, ok"
-		cxx_verc_fail=no
-		;;
+#	2.9-beos-991026*|2.9-beos-000224*)	
+#		_cxx_major=2
+#		_cxx_minor=95
+#		cxx_version="$cxx_version, ok"
+#		cxx_verc_fail=no
+#		;;
 	3_4)
 		_cxx_major=3
 		_mxx_minor=4
@@ -588,7 +589,7 @@
 if test "$cxx_verc_fail" = yes ; then
 	echo
 	echo "The version of your compiler is not supported at this time"
-	echo "Please ensure you are using GCC 2.95.x or GCC 3.x"
+	echo "Please ensure you are using GCC >= 3.x"
 	exit 1	
 fi
 





More information about the Scummvm-git-logs mailing list