Enable the optional use of ICU in Mozilla

Samphan Raruenrom <[email protected]> Fri, 01 Jul 2005 10:04:38 +0700
Newsgroups gmane.comp.mozilla.internationalization
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
Anybody want to use ICU in Mozilla?
I've make a patch that allow optional use of ICU.
https://bugzilla.mozilla.org/show_bug.cgi?id=299324
By adding --with-icu[=prefix] to configure.in.

In source code, you can use #ifdef ENABLE_ICU to optionally
make use of ICU. Thai need ICU for line-breaking so I make
this patch.