Commit 51495a82 authored by Nathan Froyd's avatar Nathan Froyd
Browse files

Bug 1387185 - remove --disable-mozril-geoloc configure option; r=mshal

Nothing uses the defines and substs that it sets, and no in-tree
mozconfigs pass it as an option.
parent 07f9a3c3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -193,7 +193,6 @@ def old_configure_options(*options):
    '--enable-maintenance-service',
    '--enable-memory-sanitizer',
    '--enable-mobile-optimize',
    '--enable-mozril-geoloc',
    '--enable-necko-wifi',
    '--enable-negotiateauth',
    '--enable-nfc',
+0 −12
Original line number Diff line number Diff line
@@ -4137,18 +4137,6 @@ MOZ_ARG_WITH_STRING(jitreport-granularity,

AC_DEFINE_UNQUOTED(JS_DEFAULT_JITREPORT_GRANULARITY, $JITREPORT_GRANULARITY)

dnl ========================================================
dnl = Disable Mozilla's versions of RIL and Geolocation
dnl ========================================================
MOZ_ARG_DISABLE_BOOL(mozril-geoloc,
[  --disable-mozril-geoloc         Disable Mozilla's RIL and geolocation],
    DISABLE_MOZ_RIL_GEOLOC=1,
    DISABLE_MOZ_RIL_GEOLOC= )
if test -n "$DISABLE_MOZ_RIL_GEOLOC"; then
   AC_DEFINE(DISABLE_MOZ_RIL_GEOLOC)
fi
AC_SUBST(DISABLE_MOZ_RIL_GEOLOC)

dnl ========================================================
dnl =
dnl = Misc. Options