Bug 570882 - configure.in typo fix. r=cpearce

This commit is contained in:
Makoto Kato 2010-06-17 10:17:36 +12:00
Родитель 39a222a691
Коммит feb01b1e8b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -5921,7 +5921,7 @@ if test -n "$MOZ_WEBM"; then
else
dnl For Darwin x86, Darwin x86_64, Linux x86, and WINNT x86_64
dhl we can use YASM.
dnl we can use YASM.
AC_MSG_CHECKING([for YASM assembler])
AC_CHECK_PROGS(VPX_AS, yasm, "")
if test -n "$VPX_AS"; then