# HG changeset patch # User cehoyos # Date 1272455829 0 # Node ID 55cd4161425a2c011b2c2a0132e1204a3f5dddaf # Parent 84800a0b2ba7232ad7b290a30dd9d8cece12478a Fix compilation with gcc 2.95.3 (with --disable-ass). diff -r 84800a0b2ba7 -r 55cd4161425a configure --- a/configure Tue Apr 27 22:06:29 2010 +0000 +++ b/configure Wed Apr 28 11:57:09 2010 +0000 @@ -1673,6 +1673,12 @@ _cpuinfo="./cpuinfo$_exesuf" fi +if [ "$cc_vendor" = "gnu" ] && [ "$_cc_major" = 2 ] ; then + test $_sse = auto && _sse=no + 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)