--- swh-plugins-0.4.11/configure.in.orig 2007-02-04 21:26:48 +0300 +++ swh-plugins-0.4.11/configure.in 2007-02-04 21:27:11 +0300 @@ -98,10 +98,10 @@ AC_MSG_WARN([Can't fine architecture specifaction in CFLAGS, picking one from build host CPU type]) AC_MSG_WARN([May result in non-portable code]) dnl For gcc use: - MACHINE="-mcpu=${build_cpu} -march=${build_cpu}" +# MACHINE="-mcpu=${build_cpu} -march=${build_cpu}" if test ${build_cpu} = "powerpc"; then MACHINE=""; fi - CFLAGS="$CFLAGS -Wall -O6 -fomit-frame-pointer -fstrength-reduce -funroll-loops -fmove-all-movables -ffast-math -fPIC -DPIC ${MACHINE} ${USE_SSE}" + CFLAGS="$CFLAGS -Wall -O6 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC ${MACHINE} ${USE_SSE}" dnl For Intel's C compiler use: dnl CC="icc"