[MPlayer-cvslog] r26081 - trunk/configure
cehoyos
subversion at mplayerhq.hu
Sun Feb 24 12:18:13 CET 2008
Author: cehoyos
Date: Sun Feb 24 12:18:12 2008
New Revision: 26081
Log:
Only icc 10.1 will be supported.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Feb 24 12:18:12 2008
@@ -1413,7 +1413,7 @@ if test "$_gcc_check" = yes ; then
cc_version="v. ?.??, bad"
cc_verc_fail=yes
;;
- 8.0|9.1|10.0|10.1)
+ 10.1)
cc_version="$cc_version, ok"
cc_verc_fail=no
;;
More information about the MPlayer-cvslog
mailing list