--- linuxsampler/trunk/configure.in 2006/01/28 16:55:30 831 +++ linuxsampler/trunk/configure.in 2006/02/05 10:24:05 832 @@ -61,7 +61,6 @@ # determine the right gcc switch for CPU specific optimizations # (only if the user did not provide one) CXX_CPU_SWITCH= -echo "X $CXXFLAGS " if ! echo "X $CXXFLAGS " | grep -q -- " \(-march=\|-mcpu=\|-mtune=\|-arch=\)" ; then if test "$def_arch_x86" = 1; then CXX_CPU_SWITCH="-march=$target_cpu"