summaryrefslogtreecommitdiffstats
path: root/netwerk/dns/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/dns/moz.build')
-rw-r--r--netwerk/dns/moz.build8
1 files changed, 1 insertions, 7 deletions
diff --git a/netwerk/dns/moz.build b/netwerk/dns/moz.build
index f788d9a33..c3b84df2f 100644
--- a/netwerk/dns/moz.build
+++ b/netwerk/dns/moz.build
@@ -66,13 +66,7 @@ LOCAL_INCLUDES += [
'/netwerk/base',
]
-if CONFIG['ENABLE_INTL_API']:
- DEFINES['IDNA2008'] = True
- USE_LIBS += ['icu']
-else:
- UNIFIED_SOURCES += [
- 'nameprep.c',
- ]
+USE_LIBS += ['icu']
if CONFIG['GNU_CXX']:
CXXFLAGS += ['-Wno-error=shadow']