Back out changeset ce56b70293c6 (bug 1219530) for build bustage

CLOSED TREE
This commit is contained in:
Phil Ringnalda 2015-11-02 19:07:11 -08:00
parent 2d83aa4906
commit 100265233e
2 changed files with 0 additions and 8 deletions

View File

@ -63,7 +63,6 @@ MOZ_PAY=1
MOZ_ACTIVITIES=1
MOZ_JSDOWNLOADS=1
MOZ_WEBM_ENCODER=1
MOZ_RUST_MP4PARSE=1
# Enable checking that add-ons are signed by the trusted root
MOZ_ADDON_SIGNING=1

View File

@ -4030,13 +4030,6 @@ if test -n "$MOZ_B2GDROID"; then
AC_DEFINE(MOZ_B2GDROID)
fi
# Propagate feature switches for code written in rust from confvars.sh
if test -n "MOZ_RUST"; then
if test -n "MOZ_RUST_MP4PARSE"; then
AC_DEFINE(MOZ_RUST_MP4PARSE)
fi
fi
AC_SUBST(MOZ_BUILD_APP)
AC_SUBST(MOZ_PHOENIX)
AC_SUBST(MOZ_XULRUNNER)