[MPlayer-cvslog] r28038 - trunk/configure
    cehoyos 
    subversion at mplayerhq.hu
       
    Tue Nov 25 19:37:14 CET 2008
    
    
  
Author: cehoyos
Date: Tue Nov 25 19:37:13 2008
New Revision: 28038
Log:
Enable compilation with icc 11.0.
Modified:
   trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Nov 25 19:37:13 2008
@@ -1488,7 +1488,7 @@ if test "`basename $_cc`" = "icc" || tes
       cc_version="v. ?.??, bad"
       cc_fail=yes
       ;;
-    10.1)
+    10.1|11.0)
       cc_version="$cc_version, ok"
       ;;
     *)
    
    
More information about the MPlayer-cvslog
mailing list