changeset 28264:7b7e005eaed1

Only check for YASM support on x86 systems.
author diego
date Sun, 11 Jan 2009 13:33:44 +0000
parents 89b5b5b03ff4
children 55f74fddb1e5
files configure
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Jan 11 12:58:06 2009 +0000
+++ b/configure	Sun Jan 11 13:33:44 2009 +0000
@@ -2432,6 +2432,7 @@
 fi
 echores $_asmalign_pot
 
+if x86 ; then
 echocheck "yasm"
 if test -z "$YASMFLAGS" ; then
   if darwin ; then
@@ -2466,6 +2467,8 @@
   _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