diff options
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/old-configure.in b/old-configure.in index 0d9ace960..eba476bd0 100644 --- a/old-configure.in +++ b/old-configure.in @@ -5594,22 +5594,6 @@ fi AC_SUBST(PREPROCESS_OPTION) -dnl ======================================================== -dnl mask as shorthand property -dnl ======================================================== - -# The control structure code will be removed as soon as the feature is stable -# Refer to bug 1281101 for more details. - -# Enable mask-as-shorthand property by default for nightly and aurora channels -if test -z "$RELEASE_OR_BETA"; then - dnl mask as shorthand property enabled - MOZ_ENABLE_MASK_AS_SHORTHAND=1 - AC_DEFINE(MOZ_ENABLE_MASK_AS_SHORTHAND) -fi - -AC_SUBST(MOZ_ENABLE_MASK_AS_SHORTHAND) - # Avoid using obsolete NSPR features AC_DEFINE(NO_NSPR_10_SUPPORT) |