summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mobile/android/moz.configure1
-rw-r--r--old-configure.in7
2 files changed, 0 insertions, 8 deletions
diff --git a/mobile/android/moz.configure b/mobile/android/moz.configure
index 0ab0b113e..9f622f6ef 100644
--- a/mobile/android/moz.configure
+++ b/mobile/android/moz.configure
@@ -62,7 +62,6 @@ option(env='MOZ_ANDROID_PACKAGE_INSTALL_BOUNCER',
set_config('MOZ_ANDROID_PACKAGE_INSTALL_BOUNCER',
depends_if('MOZ_ANDROID_PACKAGE_INSTALL_BOUNCER')(lambda _: True))
-imply_option('MOZ_SOCIAL', False)
imply_option('MOZ_SERVICES_HEALTHREPORT', True)
imply_option('MOZ_ANDROID_HISTORY', True)
diff --git a/old-configure.in b/old-configure.in
index 0d169d55f..13f6915b4 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -2245,7 +2245,6 @@ MOZ_JETPACK=1
MOZ_DEVTOOLS_SERVER=1
MOZ_DEVTOOLS=
MOZ_PLACES=1
-MOZ_SOCIAL=1
MOZ_SERVICES_HEALTHREPORT=1
MOZ_SERVICES_SYNC=1
MOZ_SERVICES_CLOUDSYNC=1
@@ -5033,12 +5032,6 @@ if test "$MOZ_PLACES"; then
AC_DEFINE(MOZ_PLACES)
fi
-dnl Build SocialAPI if required
-AC_SUBST(MOZ_SOCIAL)
-if test "$MOZ_SOCIAL"; then
- AC_DEFINE(MOZ_SOCIAL)
-fi
-
dnl Build Firefox Health Reporter Service
AC_SUBST(MOZ_SERVICES_HEALTHREPORT)
if test -n "$MOZ_SERVICES_HEALTHREPORT"; then