Bug 496448 - Followup to fix build, r=jorendorff.

--HG--
extra : rebase_source : b9e08e853fcd183ef88b7cfac1e70ca199feb214
This commit is contained in:
Graydon Hoare 2009-06-16 12:19:29 -07:00
Родитель 67b92dd994
Коммит e8a611be74
1 изменённых файлов: 4 добавлений и 3 удалений

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

@ -4298,10 +4298,11 @@ MOZ_ARG_ENABLE_BOOL(tracevis,
MOZ_TRACEVIS= )
if test -n "$MOZ_TRACEVIS"; then
AC_DEFINE(MOZ_TRACEVIS)
if test -z "$ENABLE_JIT"; then
AC_MSG_ERROR([--enable-tracevis is incompatible with --disable-jit])
fi
fi
if test -z "$ENABLE_JIT"; then
AC_MSG_ERROR([--enable-tracevis is incompatible with --disable-jit])
fi
dnl ========================================================
dnl = Use Valgrind