changeset 33772:6673b85049fa

configure: drop check for legacy compilers wrt libass and the win32 loader A separate check for an unsupported compiler does not make sense.
author diego
date Sat, 09 Jul 2011 18:11:42 +0000
parents 6e774a02d00c
children a3983d2c9106
files configure
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Jul 09 11:48:13 2011 +0000
+++ b/configure	Sat Jul 09 18:11:42 2011 +0000
@@ -1759,11 +1759,6 @@
   _cpuinfo="./cpuinfo$_exesuf"
 fi
 
-if [ "$cc_vendor" = "gnu" ] && [ "$_cc_major" = 2 ] ; then
-  test $_win32dll = auto && _win32dll=no
-  ass_internal=no
-fi
-
 if x86 ; then
   # gather more CPU information
   pname=$($_cpuinfo | grep 'model name' | cut -d ':' -f 2 | head -n 1)