Bug 730821 - Don't do security enhancements on x64 Windows builds. r=rstrong

This commit is contained in:
Brian R. Bondy 2012-02-28 09:37:38 -05:00
parent 40831abc1a
commit fa7c1c7639

View File

@ -42,8 +42,8 @@ MOZ_UPDATER=1
MOZ_PHOENIX=1
if test "$OS_ARCH" = "WINNT"; then
MOZ_VERIFY_MAR_SIGNATURE=1
if ! test "$HAVE_64BIT_OS"; then
MOZ_VERIFY_MAR_SIGNATURE=1
MOZ_MAINTENANCE_SERVICE=1
fi
fi