Bug 587363: Don't error when YASM is missing in a --disable-compile-environment build. r=Callek a=Mossop

This commit is contained in:
Kyle Huey 2010-08-15 23:32:10 -07:00
Родитель 88dab5584f
Коммит 8b47cecc9e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5977,7 +5977,7 @@ if test -n "$MOZ_WEBM"; then
fi
;;
esac
if test -n "$VPX_X86_ASM" -a -z "$VPX_AS"; then
if test "$COMPILE_ENVIROMENT" -a -n "$VPX_X86_ASM" -a -z "$VPX_AS"; then
AC_MSG_ERROR([yasm is a required build tool for this architecture when webm is enabled. You may either install yasm or --disable-webm (which disables the WebM video format). See https://developer.mozilla.org/en/YASM for more details.])
fi
fi # end !WINNT_x86_MSVC