Bug 1257326 - Remove MOZ_SERVICES_NOTIFICATIONS. r=glandium

It is never set by default, and only triggers installation of a prefs file
that no longer exists if it is set.

MozReview-Commit-ID: 8OQXRCmpsIT
This commit is contained in:
Chris Manchester 2016-05-12 11:55:59 -07:00
parent 037e519e68
commit a7cfc175b0
2 changed files with 0 additions and 9 deletions

View File

@ -682,9 +682,6 @@
@RESPATH@/defaults/pref/channel-prefs.js @RESPATH@/defaults/pref/channel-prefs.js
; Services (gre) prefs ; Services (gre) prefs
#ifdef MOZ_SERVICES_NOTIFICATIONS
@RESPATH@/defaults/pref/services-notifications.js
#endif
@RESPATH@/defaults/pref/services-sync.js @RESPATH@/defaults/pref/services-sync.js
; [Layout Engine Resources] ; [Layout Engine Resources]

View File

@ -6553,12 +6553,6 @@ if test "$BUILD_CTYPES"; then
AC_DEFINE(BUILD_CTYPES) AC_DEFINE(BUILD_CTYPES)
fi fi
dnl Build Notifications if required
AC_SUBST(MOZ_SERVICES_NOTIFICATIONS)
if test -n "$MOZ_SERVICES_NOTIFICATIONS"; then
AC_DEFINE(MOZ_SERVICES_NOTIFICATIONS)
fi
dnl Build Sync Services if required dnl Build Sync Services if required
AC_SUBST(MOZ_SERVICES_SYNC) AC_SUBST(MOZ_SERVICES_SYNC)
if test -n "$MOZ_SERVICES_SYNC"; then if test -n "$MOZ_SERVICES_SYNC"; then