From e8a611be74f276c514a71c4d19f7be7a40206c25 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 16 Jun 2009 12:19:29 -0700 Subject: [PATCH] Bug 496448 - Followup to fix build, r=jorendorff. --HG-- extra : rebase_source : b9e08e853fcd183ef88b7cfac1e70ca199feb214 --- js/src/configure.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/js/src/configure.in b/js/src/configure.in index d0d56f842b4c..2f3b63f5ec86 100644 --- a/js/src/configure.in +++ b/js/src/configure.in @@ -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