Index: configure =================================================================== --- configure (版本 24074) +++ configure (工作副本) @@ -1700,6 +1700,7 @@ else proc=pentium4 fi + test $_fast_cmov = "auto" && _fast_cmov=no ;; *) proc=prescott iproc=686 ;; esac @@ -1843,10 +1845,6 @@ if test $_cmov = "yes" && test $_fast_cmov = "auto" ; then _fast_cmov="yes" - case "$proc" in - pentium4|prescott|nocona) - _fast_cmov="no" - esac else _fast_cmov="no" fi @@ -1887,7 +1885,9 @@ *) # 64-bit prescotts exist, but as far as GCC is concerned they # have the same capabilities as a nocona. - proc=nocona;; + proc=nocona + test $_fast_cmov = "auto" && _fast_cmov=no + ;; esac ;; *)