[MPlayer-cvslog] r25321 - trunk/configure

cehoyos subversion at mplayerhq.hu
Sat Dec 8 13:55:11 CET 2007


Author: cehoyos
Date: Sat Dec  8 13:55:10 2007
New Revision: 25321

Log:
Allow usage of icc 10.1

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Dec  8 13:55:10 2007
@@ -1396,7 +1396,7 @@ if test "$_gcc_check" = yes ; then
       cc_version="v. ?.??, bad"
       cc_verc_fail=yes
       ;;
-    8.0|9.1|10.0)
+    8.0|9.1|10.0|10.1)
       cc_version="$cc_version, ok"
       cc_verc_fail=no
       ;;



More information about the MPlayer-cvslog mailing list