--- linuxsampler/trunk/configure.in 2009/05/03 12:15:40 1895 +++ linuxsampler/trunk/configure.in 2009/05/10 16:35:12 1899 @@ -1235,13 +1235,6 @@ AC_LANG_CPLUSPLUS -# some gcc 4.0 versions need -msse for SSE register allocations -if test "$config_asm" = "yes"; then - if test "$def_arch_x86" = 1; then - CXXFLAGS="$CXXFLAGS -msse" - fi -fi - # autoconf 2.59/libtool 1.5.12 bug? work-around. Without a check like # this, the dlfcn.h check in am_prog_libtool may fail. AC_CHECK_HEADER(stdlib.h)