diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-04 10:08:02 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-04 10:08:02 +0200 |
commit | bbd3b87eb5c2e23549ccccd7e92430d540d1060a (patch) | |
tree | d2f4204f3d7c9196a1f9e4fa8645db2a5aca51e4 /old-configure.in | |
parent | 1e06608c8498deba1330e616767a91f49faa3daf (diff) | |
download | uxp-bbd3b87eb5c2e23549ccccd7e92430d540d1060a.tar.gz |
Remove the option to build without INTL/ICU
This resolves #324.
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/old-configure.in b/old-configure.in index 374fddf192..49d7a629e3 100644 --- a/old-configure.in +++ b/old-configure.in @@ -5524,8 +5524,6 @@ dnl ======================================================== dnl ICU Support dnl ======================================================== -_INTL_API=yes - if test "$MOZ_WIDGET_TOOLKIT" = "cocoa"; then USE_ICU=1 fi |