if  !  grep  -q  "ASM="  $SPELL_CONFIG;  then

  if    query  "Will you want to use asm routines (say no for other than x86)?"  y
  then  echo  "ASM=y"  >>  $SPELL_CONFIG
  else  echo  "ASM=n"  >>  $SPELL_CONFIG
  fi

fi
