100-configure_fix.patch (485B)
1 --- a/configure.ac 2 +++ b/configure.ac 3 @@ -117,11 +117,6 @@ dnl - - - - - - - - - - - - - - - - - - 4 case "$host" in 5 x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux* | x86_64-*-linux*) 6 dnl Make sure we are on architecture that supports SIMD 7 - if test x$CXX = xclang++; then 8 - CXXFLAGS="-msse2 $CXXFLAGS" 9 - else 10 - CXXFLAGS="-msse2 -mfpmath=sse $CXXFLAGS" 11 - fi 12 ;; 13 *-cygwin*) 14 AC_DEFINE([HAVE_CYGWIN], [1], [Define if compiling under cygwin])