mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
Bug 496448 - Followup to fix build, r=jorendorff.
--HG-- extra : rebase_source : b9e08e853fcd183ef88b7cfac1e70ca199feb214
This commit is contained in:
parent
67b92dd994
commit
e8a611be74
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user