We should always build with intl-api being exposed
authorJory A. Pratt <anarchy@gentoo.org>
Mon, 11 Jan 2016 00:47:43 +0000 (18:47 -0600)
committerJory A. Pratt <anarchy@gentoo.org>
Mon, 11 Jan 2016 02:39:13 +0000 (20:39 -0600)
Signed-off-by: Jory A. Pratt <anarchy@gentoo.org>
eclass/mozconfig-v6.42.eclass

index 60413c418a49616d456e0dd2a3e0173a55e1015f..d0c8abf59b08ca69f244490ca9ce8fb4aae32ae9 100644 (file)
@@ -235,6 +235,7 @@ mozconfig_config() {
        mozconfig_annotate 'Gentoo default to honor system linker' --disable-gold
        mozconfig_annotate 'Gentoo default' --disable-skia
        mozconfig_annotate '' --disable-gconf
+       mozconfig_annotate '' --with-intl-api
 
        # Use jemalloc unless libc is not glibc >= 2.4
        # at this time the minimum glibc in the tree is 2.9 so we should be safe.
@@ -261,7 +262,6 @@ mozconfig_config() {
        mozconfig_use_enable system-sqlite
        mozconfig_use_with system-jpeg
        mozconfig_use_with system-icu
-       mozconfig_use_with system-icu intl-api
        mozconfig_use_with system-libvpx
 
        # Modifications to better support ARM, bug 553364