summaryrefslogtreecommitdiffstats
path: root/old-configure.in
diff options
context:
space:
mode:
authorAscrod <32915892+Ascrod@users.noreply.github.com>2018-05-24 19:42:03 -0400
committerAscrod <32915892+Ascrod@users.noreply.github.com>2018-05-24 19:42:03 -0400
commitf786134c442da55a2a45e1422ef8530c892899b6 (patch)
treef12497449eb37504dac4c3ed9f9688613705b19d /old-configure.in
parent3a9d1b5351f275ae49a93ea36934c4a8a65ad93b (diff)
downloadUXP-f786134c442da55a2a45e1422ef8530c892899b6.tar
UXP-f786134c442da55a2a45e1422ef8530c892899b6.tar.gz
UXP-f786134c442da55a2a45e1422ef8530c892899b6.tar.lz
UXP-f786134c442da55a2a45e1422ef8530c892899b6.tar.xz
UXP-f786134c442da55a2a45e1422ef8530c892899b6.zip
Remove MOZ_SOCIAL.
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in7
1 files changed, 0 insertions, 7 deletions
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