summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 2cde77b630..edcb679fa6 100755
--- a/configure
+++ b/configure
@@ -2432,6 +2432,7 @@ else
fi
echores $_asmalign_pot
+if x86 ; then
echocheck "yasm"
if test -z "$YASMFLAGS" ; then
if darwin ; then
@@ -2466,6 +2467,8 @@ else
_have_yasm="no"
echores "no"
fi
+fi #if x86
+
#FIXME: This should happen before the check for CFLAGS..
if ppc && ( test "$_altivec" = yes || test "$_runtime_cpudetection" = yes ) ; then