# HG changeset patch # User reimar # Date 1308769340 0 # Node ID 16a8338ef734d330bd43bce4a00422c70a52dc02 # Parent 9d1734a751027c77a08f939e46bf0529e3ab9951 Do not force SSE disabled for gcc 2, it seems to compile and work fine. diff -r 9d1734a75102 -r 16a8338ef734 configure --- 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