Bug 587363: Fix the spelling mistake by committing the fix I meant to commit.

This commit is contained in:
Kyle Huey 2010-08-16 14:09:02 -04:00
Родитель d1bdb74d87
Коммит b9c15448d0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -5952,7 +5952,7 @@ if test -n "$MOZ_WEBM"; then
fi
;;
esac
if test "$COMPILE_ENVIROMENT" -a -n "$VPX_X86_ASM" -a -z "$VPX_AS"; then
if test "$COMPILE_ENVIRONMENT" -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