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

This commit is contained in:
Makoto Kato 2010-06-17 10:17:36 +12:00
parent 02ac1ca693
commit 2f4e9481da

View File

@ -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