if ! ab_match_arch amd64; then
    abinfo "Stripping out default SSE2 flags ..."
    sed -e '/ENABLE_SSE2/d' \
        -i "$SRCDIR"/source/Makefile
fi
