diff options
author | Pale Moon <git-repo@palemoon.org> | 2016-10-30 10:27:21 +0100 |
---|---|---|
committer | Pale Moon <git-repo@palemoon.org> | 2016-10-30 10:27:21 +0100 |
commit | 4532644144e3a236fdf5b685231c9407ec39448c (patch) | |
tree | df2b3c19fa3bc0b513d9316d4fae64d30bb9db6c /configure.in | |
parent | fefd74f992174832392a565035df7865f2a330d7 (diff) | |
download | palemoon-gre-4532644144e3a236fdf5b685231c9407ec39448c.tar.gz |
Remove deal E10S_TESTING_ONLY configure code
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.in b/configure.in index 21efbee54..43fd57b65 100644 --- a/configure.in +++ b/configure.in @@ -3511,17 +3511,6 @@ AC_SUBST(NIGHTLY_BUILD) AC_SUBST(RELEASE_BUILD) dnl ======================================================== -dnl Multiprocess Firefox Nightly Testing UI -dnl To be removed in Bug 1003313 -dnl ======================================================== -if test -n "$NIGHTLY_BUILD"; then - E10S_TESTING_ONLY=1 - AC_DEFINE(E10S_TESTING_ONLY) -fi - -AC_SUBST(E10S_TESTING_ONLY) - -dnl ======================================================== dnl system libevent Support dnl ======================================================== MOZ_ARG_WITH_STRING(system-libevent, |