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