# HG changeset patch # User diego # Date 1310235102 0 # Node ID 6673b85049faef33a9f95ff455988f1062300d21 # Parent 6e774a02d00cdc2a1081d37bfbc7b925310e282f configure: drop check for legacy compilers wrt libass and the win32 loader A separate check for an unsupported compiler does not make sense. diff -r 6e774a02d00c -r 6673b85049fa configure --- 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)