Test mask-as-shorthand draft
authorcku <cku@mozilla.com>
Wed, 10 Aug 2016 14:35:03 +0800
changeset 399098 a2eb21444dbb1fd44f5404e0804437e15ac84d9b
parent 399097 b3005dd550083881fad8276fee86e29dd6b258dc
child 527845 cf1e0c973543605b99c5dd4ed0dc98abf210b101
push id25738
push userbmo:cku@mozilla.com
push dateWed, 10 Aug 2016 12:58:51 +0000
milestone51.0a1
Test mask-as-shorthand MozReview-Commit-ID: CdROTis3qmU
old-configure.in
--- a/old-configure.in
+++ b/old-configure.in
@@ -6499,17 +6499,17 @@ if test "$MOZ_WIDGET_TOOLKIT" = "cocoa";
 fi
 
 MOZ_CONFIG_ICU()
 
 dnl ========================================================
 dnl mask as short hand property
 dnl ========================================================
 dnl Uncommenting the next line would enable mask-as-shorthand feature.
-dnl MOZ_ENABLE_MASK_AS_SHORTHAND=1
+MOZ_ENABLE_MASK_AS_SHORTHAND=1
 if test "$MOZ_ENABLE_MASK_AS_SHORTHAND"; then
   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)