configure: reference the README for missing yasm
Change-Id: I2ad799901385011764affadeaddcc271df21509f
This commit is contained in:
		@@ -1167,7 +1167,8 @@ EOF
 | 
				
			|||||||
              && AS=""
 | 
					              && AS=""
 | 
				
			||||||
          fi
 | 
					          fi
 | 
				
			||||||
          [ "${AS}" = auto ] || [ -z "${AS}" ] \
 | 
					          [ "${AS}" = auto ] || [ -z "${AS}" ] \
 | 
				
			||||||
            && die "Neither yasm nor nasm have been found"
 | 
					            && die "Neither yasm nor nasm have been found." \
 | 
				
			||||||
 | 
					                   "See the prerequisites section in the README for more info."
 | 
				
			||||||
          ;;
 | 
					          ;;
 | 
				
			||||||
      esac
 | 
					      esac
 | 
				
			||||||
      log_echo "  using $AS"
 | 
					      log_echo "  using $AS"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user