View | Details | Raw Unified | Return to bug 165798 | Differences between
and this patch

Collapse All | Expand All

(-)configure.new (-2 / +4 lines)
Lines 4544-4551 Link Here
4544
else
4544
else
4545
4545
4546
    ax_cv_have_sse2_ext=no
4546
    ax_cv_have_sse2_ext=no
4547
    if test "$((0x$edx>>26&0x01))" = 1; then
4547
    if test "$ax_cv_gcc_x86_cpuid_0x00000001" != "unknown"; then
4548
      ax_cv_have_sse2_ext=yes
4548
      if test "$((0x$edx>>26&0x01))" = 1; then
4549
        ax_cv_have_sse2_ext=yes
4550
      fi
4549
    fi
4551
    fi
4550
4552
4551
fi
4553
fi

Return to bug 165798