[MPlayer-cvslog] r23522 - trunk/configure
cehoyos
subversion at mplayerhq.hu
Sat Jun 9 00:04:10 CEST 2007
Author: cehoyos
Date: Sat Jun 9 00:04:09 2007
New Revision: 23522
Log:
Support icc 10.0.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sat Jun 9 00:04:09 2007
@@ -1351,7 +1351,7 @@ if test "$_gcc_check" = yes ; then
cc_version="v. ?.??, bad"
cc_verc_fail=yes
;;
- 8.0|9.1)
+ 8.0|9.1|10.0)
cc_version="$cc_version, ok"
cc_verc_fail=no
;;
More information about the MPlayer-cvslog
mailing list