summaryrefslogtreecommitdiff
path: root/netwerk
diff options
context:
space:
mode:
authorJan Beich <jbeich@tormail.org>2013-07-17 09:57:28 -0400
committerJan Beich <jbeich@FreeBSD.org>2016-07-26 12:02:58 +0000
commitc45f503dc929ab2a348394f5507c7d25dc25c13c (patch)
treede53eb0d671eb55d6ddcfecb3672b1ca1cd2ce73 /netwerk
parente9d0a3c063a2d43cbeafb63df924b17e8437eeb3 (diff)
downloadpalemoon-gre-c45f503dc929ab2a348394f5507c7d25dc25c13c.tar.gz
Bug 803480 - Enable NeckoWifi by default only on platforms where it's actually supported. r=ted
Diffstat (limited to 'netwerk')
-rw-r--r--netwerk/wifi/Makefile.in2
-rw-r--r--netwerk/wifi/moz.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/netwerk/wifi/Makefile.in b/netwerk/wifi/Makefile.in
index 75be11f03..9106b9e82 100644
--- a/netwerk/wifi/Makefile.in
+++ b/netwerk/wifi/Makefile.in
@@ -26,7 +26,7 @@ ifeq ($(OS_ARCH),SunOS)
OS_INCLUDES += $(GLIB_CFLAGS)
endif
-ifdef MOZ_ENABLE_DBUS
+ifdef NECKO_WIFI_DBUS
OS_INCLUDES += $(MOZ_DBUS_GLIB_CFLAGS)
endif
diff --git a/netwerk/wifi/moz.build b/netwerk/wifi/moz.build
index 0211818e3..e34fe40d0 100644
--- a/netwerk/wifi/moz.build
+++ b/netwerk/wifi/moz.build
@@ -40,7 +40,7 @@ elif CONFIG['OS_ARCH'] == 'SunOS':
'nsWifiScannerSolaris.cpp',
]
-if CONFIG['MOZ_ENABLE_DBUS']:
+if CONFIG['NECKO_WIFI_DBUS']:
CPP_SOURCES += [
'nsWifiScannerDBus.cpp',
]