changeset 33624:16a8338ef734

Do not force SSE disabled for gcc 2, it seems to compile and work fine.
author reimar
date Wed, 22 Jun 2011 19:02:20 +0000
parents 9d1734a75102
children 5e3f013bf4c2
files configure
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Jun 22 13:48:55 2011 +0000
+++ b/configure	Wed Jun 22 19:02:20 2011 +0000
@@ -1761,7 +1761,6 @@
 fi
 
 if [ "$cc_vendor" = "gnu" ] && [ "$_cc_major" = 2 ] ; then
-  test $_sse      = auto && _sse=no
   test $_win32dll = auto && _win32dll=no
   ass_internal=no
 fi