summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure b/configure
index 29e79470d8..43a125bf6b 100755
--- a/configure
+++ b/configure
@@ -1870,12 +1870,6 @@ EOF
esac
fi
- if test $_cmov = "yes" && test $_fast_cmov = "auto" ; then
- _fast_cmov="yes"
- else
- _fast_cmov="no"
- fi
-
echores "$proc"
;;
@@ -2223,6 +2217,12 @@ EOF
;;
esac # case "$host_arch" in
+if test $_cmov = "yes" && test $_fast_cmov = "auto" ; then
+ _fast_cmov="yes"
+else
+ _fast_cmov="no"
+fi
+
if test "$_runtime_cpudetection" = yes ; then
if x86 ; then
test "$_cmov" != no && _cmov=yes